How to plot bar chart with multiple bar including error bar and individual points
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi all,
I am not sure if this is possible in Matlab, but I want to add error bars and individual data points to the following graph (see jpeg attached).
My issue lies in the fact that I have multiple y values for the same x value (so I vertcat the y values to make this one), and also, I have a variable number of datapoints to add to each bar, so the same technique won't work. Is it possible to do this in matlab?
Secondly, is it possible to add error bars to each y bar?
Any help is greatly appreciated!
0 Kommentare
Antworten (1)
Abhisek Pradhan
am 2 Jun. 2020
The following link has an answer to plotting a bar with multiple y values for a single x value.
And the below link has an answer to creating error bars on bar graph with groups.
https://in.mathworks.com/matlabcentral/answers/400315-how-to-add-error-bars-on-bar-graph-with-groups
Hope the combination of both would help you to solve the problem.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Errorbars finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!