5

Is there any lib similar to Qwt but that is more flexible? Flexible in the meaning of using existing functions and parameters without need to do inheritance of basic classes like Qwt.

I would prefer Qt, but also plain c++ will be good if it can be easily implemented in Qt form.

Maybe some Qwt alternative that is still in the beginning of development, but has potential to be good.

demonplus
  • 5,613
  • 12
  • 49
  • 68
sivic
  • 533
  • 6
  • 12
  • One might consider the [PLplot](http://plplot.sourceforge.net/) library where Qt is just one of the binding options. – marc-medley Apr 22 '16 at 21:59

2 Answers2

5

There is an excellent alternative: QCustomPlot (http://www.qcustomplot.com/) IMHO even better than Qwt.

sivic
  • 533
  • 6
  • 12
  • QCustomPlot is currently the best Qt plotting lib. Marking this as best answer. BTW, in the time when I asked the question QCP did not yet exist. – sivic Apr 23 '16 at 12:44
  • You can find a comparison of Qwt and QCustomPlot here: http://stackoverflow.com/questions/13067411/what-are-the-advantages-disadvantages-of-qcustomplot-compared-to-qwt – c_k Nov 22 '16 at 14:51
3

Not sure whether this meets your needs (and whether you're still searching ;)), but maybe you'll find this interesting: http://www.workslikeclockwork.com/index.php/components/qt-plotting-widget/ Sure has the flexibility in the sense that it's at the beginning of development (and doesn't aim to be as big as Qwt anyway). Code is relatively small and cleanly documented, so let me hear what you think.

DerManu
  • 702
  • 4
  • 12