Why are some colorbars very thin when using the COLORBAR function in a figure containing multiple subplots in MATLAB 7.0 (R14)?
Show older comments
I have created a figure that contains multiple subplots. Each subplot has an associated colorbar. When I execute the following commands:
for n =1:4
subplot(2,2,n)
imagesc(10^n * rand(10))
colorbar
end
I find some of the colorbars are narrower than others.
Accepted Answer
More Answers (0)
Categories
Find more on Colorbar 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!