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

1 vue (au cours des 30 derniers jours)
alpedhuez
alpedhuez le 11 Juil 2020
Commenté : Star Strider le 15 Juil 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?

Réponse acceptée

Star Strider
Star Strider le 11 Juil 2020
Experiment with: Default Property Values
  6 commentaires
alpedhuez
alpedhuez le 15 Juil 2020
set(groot, 'defaultTextFontSize', 6)
Star Strider
Star Strider le 15 Juil 2020
I thought I posted exactly that four days ago!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Creating, Deleting, and Querying Graphics Objects dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by