Setting default figure font sizes in R2014b
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
Réponses (0)
Catégories
En savoir plus sur Creating, Deleting, and Querying Graphics Objects dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!