Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Qwt alternative

Tags:

c++

qt

qwt

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.

like image 404
sivic Avatar asked Aug 03 '11 01:08

sivic


2 Answers

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

like image 194
sivic Avatar answered Sep 29 '22 21:09

sivic


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.

like image 25
DerManu Avatar answered Sep 29 '22 19:09

DerManu