How to plot bar chart with multiple bar including error bar and individual points
8 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Abhisek Pradhan
on 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 Comments
See Also
Categories
Find more on Errorbars in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!