Setting default figure font sizes in R2014b
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
Just wondering how I can set the default font sizes for new figures, I would like to set the Title, axis labels, axis tick number fonts, legend and datatips to specific sizes and can't find the correct variables to set. I can set the default values however the title font size and axis labels are rather difficult to set programatically.
The following have been set up in startupsav.m: set(0,'defaultUicontrolFontSize',24) set(0,'defaultAxesFontSize',12) set(0,'defaultTextFontSize',14) set(0,'defaultLineMarkerSize',12)
Any suggestions? Can it actually be set as a default font size in points rather than a multiplier?
Cheers, Luke
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Legend dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!