how can one set the default size of font for plot?

1 visualización (últimos 30 días)
alpedhuez
alpedhuez el 11 de Jul. de 2020
Comentada: Star Strider el 15 de Jul. de 2020
I understand that
set(gca, 'FontSize', 6.0);
will set the default size of a plot. But I have let me say 10 plots in this Livescript. Is there any way to set the default size of a plot so that one does not need to do this for each plot?

Respuesta aceptada

Star Strider
Star Strider el 11 de Jul. de 2020
Experiment with: Default Property Values
  6 comentarios
alpedhuez
alpedhuez el 15 de Jul. de 2020
set(groot, 'defaultTextFontSize', 6)
Star Strider
Star Strider el 15 de Jul. de 2020
I thought I posted exactly that four days ago!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Creating, Deleting, and Querying Graphics Objects en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by