How to set all subplots to be of the same size?
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
I'm ploting a figure with 4 subplots and I'm having trouble getting all the subplots to be of the same size. Is there a way to set the subplots to be of the same size. i'm also trying to have a single colorbar at the right part of the figure instead of a colorbar for each subplot. All subplots have the same caxis.
Any help will be truly appreciated.
Cheers
0 Kommentare
Antworten (1)
Jan
am 21 Feb. 2013
Subplots have all the same size by definition. If this is not the fact for your program, please show us what you have done.
1 Kommentar
Sean de Wolski
am 21 Feb. 2013
@Jan, not necessarily:
subplot(131);
peaks;
subplot(1,3,2:3);
peaks
But yes, they will unless you tell them not to :)
Siehe auch
Kategorien
Mehr zu Subplots finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!