How do I change the color of each bar in a plot if I do not have bar groups in MATLAB 7.6 (R2008a) ?
Show older comments
I use the following code to create a bar plot:
x = [46.6 -34.5 47.9];
bar(x)
I would like each bar to display a different color.
Accepted Answer
More Answers (0)
Categories
Find more on Bar Plots in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!