You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Le 9 juil. 2019 à 00:37, vacky11 <notifications@github.com<mailto:notifications@github.com>> 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.
Activity
phdv61 commentedon Jul 9, 2019
ulkesh11 commentedon Jul 9, 2019
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
devinaconley commentedon Aug 8, 2019
@vacky11 - this feels like a useful feature. Would welcome a contribution if you open a PR with this enhancement