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!