[Solved]RealTimePlot component
-
wrote on 25 Jan 2012, 14:34 last edited by
Hello Is there any more plotting components beside QWT for use in QT.
plotting curves etcthank you
-
wrote on 25 Jan 2012, 16:01 last edited by
Have a look at this project by ZapB: http://developer.qt.nokia.com/forums/viewthread/4209
-
wrote on 9 Feb 2012, 12:34 last edited by
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)!
-
wrote on 9 Feb 2012, 18:28 last edited by
Or take a look at "qwt":http://qwt.sourceforge.net/ . This is what I often use.
-
wrote on 9 Feb 2012, 18:31 last edited by
bq. Or take a look at qwt
So you didn't care to read his post, eh? ;)
-
wrote on 9 Feb 2012, 18:55 last edited by
Oh oh :-(. I think the day was to long and to much work, I'm really sorry.
-
wrote on 10 Feb 2012, 06:42 last edited by
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.