How do I set the default font size for just the text in Figures in MATLAB 7.7 (R2008b)?
2 次查看(过去 30 天)
显示 更早的评论
I would like to change the default font size of the axes labels for my plot.
采纳的回答
MathWorks Support Team
2009-6-27
To change the default font size of the axes labels, such as title, xlabel, ylabel, and tick labels, use the following example code which sets the defaultAxesFontSize to be size 20 font:
set(0,'defaultAxesFontSize',20)
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Axis Labels 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!