QtCharts : How create bar chart with error bars?
-
wrote on 14 Nov 2016, 16:34 last edited by NuttinGo
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.
-
wrote on 14 Nov 2016, 18:28 last edited by
do you have a visual example? You could just add 2 more series with the lower and upper confidence level on the same x and y axis...
-
wrote on 14 Nov 2016, 18:35 last edited by NuttinGo
-
wrote on 14 Nov 2016, 18:37 last edited by
Image upload doesn't work, see https://forum.qt.io/topic/62615/how-to-insert-image-on-this-forum
-
wrote on 14 Nov 2016, 18:55 last edited by
-
wrote on 14 Nov 2016, 19:10 last edited by
Probably you can just add a Box Whiskers series with just the whiskers http://doc.qt.io/qt-5/qtcharts-boxplotchart-example.html
-
wrote on 14 Nov 2016, 20:16 last edited by
Good idea but I need a grouped bar chart for a scientific article.
-
wrote on 16 Nov 2016, 09:18 last edited by
No idea ?
-
wrote on 16 Nov 2016, 16:21 last edited by
reimplementing the paint of the chart is of course a solution but painful
-
wrote on 24 Nov 2016, 14:36 last edited by
UP!
I don't have solution. -
wrote on 8 Dec 2016, 12:04 last edited by
UP! Please :)
-
wrote on 3 May 2024, 16:22 last edited by
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.
wrote on 3 May 2024, 16:42 last edited by JoeCFD 5 Mar 2024, 16:44@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.