-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Print current data value along with the legend #30
Labels
Comments
Le 9 juil. 2019 à 00:37, vacky11 <[email protected]<mailto:[email protected]>> a écrit :
Is there a way to print current data value (in case of a time graph) along with the legend for each plot?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#30?email_source=notifications&email_token=AMINDXAQEMQCMODA4RYO5RLP6O6S3A5CNFSM4H7AAYRKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G56ZTJQ>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AMINDXCCUYZRSV24IPIL3Y3P6O6S3ANCNFSM4H7AAYRA>.
I don’t see any reason why not.
To get continuous curves, I, modified the « graph » component.
I also modified it to get fixed vertical scales, and be able to display three graphs vertically, instead of getting 2+ 2 as the present software package does.
The easiest way I think, since « Graph » gets the recent value(s) to be displayed, it to modify the display where the test of the legend appears, and replace it by a string built with the value received, and redraw it each time a new value is received.
Or you add a string somewhere and draw the value wanted converted to string , the same way the legend is.
This is what I would do.
Hope it helps.
regards.
Philippe from France.
|
Thanks for replying Philippe Well, I wanted to know if this is already implemented and if some parameter needs to be enables to print current value. But looks like it is not. I have modified single line in Graph.java to do this as follows
|
@vacky11 - this feels like a useful feature. Would welcome a contribution if you open a PR with this enhancement |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a way to print current data value (in case of a time graph) along with the legend for each plot?
The text was updated successfully, but these errors were encountered: