Is there anyway to create histogram without using Qgraphs or Qchart
-
Hi, I am working with a project that draw histogram based on the realtime data. I tried Qgraphs but it was not good as there are many flickers, maybe due to the real-time update. So I am changed to Qcustomplot but Qcustomplot is used for Qt Widget, not Qt Quick and Qml, so it hard to connect between 2. I tried but still stuck here. Any one has recommendation or any website with the toturial that I can use to solve this issue
-
Hi,
The 3D rendering is faster than the 2D, would that be an option ?
-
@SGaist Hi,
I tried today but it gets crash once the app starts get the data, it didn't show any errors, I don't know why.Do you have any other recommendation? And in future, this app also requires to process the data well (mainly for showing and processing data). I searched but there are some other thing like python, QQuickItem, QQE, Qwt,.... like several options and I don't know what to choose. I tried with Qcustomplot also but didn't successful
-
@SGaist Hi,
I tried today but it gets crash once the app starts get the data, it didn't show any errors, I don't know why.Do you have any other recommendation? And in future, this app also requires to process the data well (mainly for showing and processing data). I searched but there are some other thing like python, QQuickItem, QQE, Qwt,.... like several options and I don't know what to choose. I tried with Qcustomplot also but didn't successful
-
Real-time histo can be smoothly rendered by QImage. Another choice is Qwt
-