QtCharts : How create bar chart with error bars?
-
Hi,
Is it possible to create bar chart with error bars with QtCharts ? Or to find bars position of a QChart?
I want to modelize the standard deviation of each bar..
I already tried to find the position of each bar with "scene" argument of QChart but I didn't success.
Thanks for your help.
-
Image upload doesn't work, see https://forum.qt.io/topic/62615/how-to-insert-image-on-this-forum
-
-
Probably you can just add a Box Whiskers series with just the whiskers http://doc.qt.io/qt-5/qtcharts-boxplotchart-example.html
-
I want to veer off-topic slightly, but I think it's a shame that it's currently impossible to create scientific graphs using Qt. Error bars are essential for plotting functions or displaying data points.
I hope that the Qt team will eventually enable scientists and data scientists to fully utilize this framework.
Thank you to everyone at Qt 👍👏. I'm seriously considering purchasing a commercial license just to support your future efforts.
-
I want to veer off-topic slightly, but I think it's a shame that it's currently impossible to create scientific graphs using Qt. Error bars are essential for plotting functions or displaying data points.
I hope that the Qt team will eventually enable scientists and data scientists to fully utilize this framework.
Thank you to everyone at Qt 👍👏. I'm seriously considering purchasing a commercial license just to support your future efforts.
@MElectronVolt VTK may have some options for scientific graphs. VTK was started for rendering of scientific data. Qt was not. Good news is you can use mix Qt with VTK.