default figure title font weight
21 次查看(过去 30 天)
显示 更早的评论
Is there a way to change the default figure title font weight from 'bold' to 'normal' (Matlab2014b)?
0 个评论
采纳的回答
Konark Kelaiya
2016-8-5
编辑:Konark Kelaiya
2016-8-5
Use below code in Command Window or script and title will be in 'normal' form
set(0,'DefaultAxesTitleFontWeight','normal');
4 个评论
Laura Debel Hansen
2020-10-22
Where do you find the documentation for that? I often need to change default settings for my plots, but I can seldom get the string expression right.
Mitsu
2021-9-21
I reckon MathWorks documentation only lists a few properties.
What I usually do is set ax = gca or fig = gcf; and then type ax or fig in the command window. This shows a complete list of properties.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Interactive Control and Callbacks 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!