Graph for Qt5
-
Hi all,
I've been seeking for a good library for drawing graphs in Qt5. The best one could be qwt but it has a disadvantage that can't handle multiaxis support. So i've found Matplotlib and Mathgl which support multiaxis but they are not compatible with qt5 yet!
anybody have any suggestion for me? -
There is also "QCustomPlot":http://www.workslikeclockwork.com/index.php/components/qt-plotting-widget/
(Although I don't know for sure if it is Qt5 compatible)
-
I want for example 4 axis in one side, qwt support one per each side.
-
I've been through all of libs which support Qt interface such as Matplotlib,mathgl,qwt,qcustomplot,... But the problem is that most of them won't support qt5 yet except qwt. maybe i have to wait more time :)