How do I set the default font size for just the text in Figures in MATLAB 7.7 (R2008b)?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I would like to change the default font size of the axes labels for my plot.
Risposta accettata
MathWorks Support Team
il 27 Giu 2009
To change the default font size of the axes labels, such as title, xlabel, ylabel, and tick labels, use the following example code which sets the defaultAxesFontSize to be size 20 font:
set(0,'defaultAxesFontSize',20)
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Axis Labels in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!