[Solved]RealTimePlot component
-
Have a look at this project by ZapB: http://developer.qt.nokia.com/forums/viewthread/4209
-
Hey, you may want to try my QCustomPlot component:
http://www.workslikeclockwork.com/index.php/components/qt-plotting-widget/
Has full documentation and easy learning curve. It currently plots graphs, parametric curves, bar charts and statistical box plots. If that's not enough, you can always subclass the central "plottable" class to make it show anything you like. It supports four axes with linear or logarithmic scale, reversed axes, automatic tick labels, rotated tick labels, automatic margins, filling, a legend, and much much more.!http://www.workslikeclockwork.com/wp-content/uploads/qt-plotting-widget/qcustomplot-sincscatterdemo-300x229.png(Small thumb of plot demo)!
-
Or take a look at "qwt":http://qwt.sourceforge.net/ . This is what I often use.
-
bq. Hey, you may want to try my QCustomPlot component:
http://www.workslikeclockwork.com/index.php/components/qt-plotting-widget/
Has full documentation and easy learning curve. It currently plots graphs, parametric curves, bar charts and statistical box plots. If that’s not enough, you can always subclass the central “plottable” class to make it show anything you like. It supports four axes with linear or logarithmic scale, reversed axes, automatic tick labels, rotated tick labels, automatic margins, filling, a legend, and much much more.I looked at your work and been in contact with you earlier on your homepage.
You have done a great work but I have solved my earlier problems with qwt so thats no need to change it.