How to change the color of the bars in a bar chart?
Make a simple bar chart (and get its handle):
figure hb = bar(magic(3));
How can I set the colors of those bars now (after I have made the figure)? I know that I could have inserted another argument into the bar function, but suppose I didn't.
I am specifically asking about MATLAB 2014b.

0 Comments
Accepted Answer
2 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!