How to increase the size of each subplot rows...
Afficher commentaires plus anciens
Dear All, I am facing one problem that when I use subplot for 25 plots in two columns,. the axes get collapsed and I cannot see the plots properly. How to increase the size of each subplots so that I can get a clear plot
5 commentaires
Adam
le 7 Nov 2014
That's a lot of subplots to have in a single column. Given the excessive use of space around the axes that subplot uses I can well believe that that many plots would cause very small axes. I don't quite know what you mean by "get collapsed" though. Do you mean the axes completely disappear or that they are just too small to be useful?
Smith J
le 8 Nov 2014
Adam
le 8 Nov 2014
You'll likely have to just use fewer subplots in that case or create your own UI with better use of space for the multiple axes.
Smith J
le 8 Nov 2014
Geoff Hayes
le 8 Nov 2014
Please show the code that you are using to create the 2 columns of 25 subplots. Is this part of a GUI or just a figure that you want to display? And must the subplots appears as a 25x2 layout, or could this be switched to 10x5 instead?
Réponses (0)
Catégories
En savoir plus sur Subplots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!