How do I set the default font size for just the text in Figures in MATLAB 7.7 (R2008b)?

2 visualizaciones (últimos 30 días)

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 27 de Jun. de 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)

Más respuestas (0)

Categorías

Más información sobre Axis Labels en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Productos


Versión

R2008b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by