Setting default figure font sizes in R2014b
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Legend 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!