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

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!

Answers (1)

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.

Asked:

on 29 May 2020

Answered:

on 2 Jun 2020

Community Treasure Hunt

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

Start Hunting!