How to plot bar chart with multiple bar including error bar and individual points

12 visualizaciones (últimos 30 días)
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!

Respuestas (1)

Abhisek Pradhan
Abhisek Pradhan el 2 de Jun. de 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.
Hope the combination of both would help you to solve the problem.

Categorías

Más información sobre Errorbars en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by