
QSimpleTickerGraph
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Elektrofreak
8 years ago
is it possible to plot more than one "data -stream" on one QSimpleTickerGraph? It would be very cool if you could plot an array of values or at least a 2nd value.
An other idea: is it possible to add a function to plot x-axis description and values? As an example the time when the value was recorded (fixed space, no real time measurement or something like that).
Thanks in advance for your response ;-)
Report
zblair
8 years ago
Currently, it is not possible to plot more than one "data-stream" on one QSimpleTickerGraph, but I will look into how that could be added as an enhancement. Thanks for the idea!
I also like your idea of adding the ability to plot a description and values on the x-axis. That would probably not be too difficult to add.
Unfortunately, I am pretty busy right now, so I wouldn't expect to be able to add those features very soon, but perhaps in a month I will get a chance to implement them.
Thanks,
Zack
Report
Hogwarts87
8 years ago
this its a start
Report
masc4ii
8 years ago
Could you change the grid in a way, that the space between the lines is not in pixels but in the real unit... you understand? setGridPitch(10) should create lines at ...0V, 10V, 20V... in your example, but not all 10 pixels. That would be really great than!
Report
zblair
8 years ago
Report
masc4ii
8 years ago
Report