Add values to the bars of a barplot
Show older comments
I would like to add some additional values to a barplot. for example I have two vectors lets say
b = [0.14 0.18 0.25 0.13
a = [80 15 30 20]
now I want to create a barplot of b where inside the bins the values of a are show and at the top of each bin I would like to have the values of b. I attach an example in order to understand what I mean.
Thank you in advance, Elric
Accepted Answer
More Answers (1)
Categories
Find more on Annotations 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!