default figure title font weight

Is there a way to change the default figure title font weight from 'bold' to 'normal' (Matlab2014b)?

 採用された回答

Konark Kelaiya
Konark Kelaiya 2016 年 8 月 5 日
編集済み: Konark Kelaiya 2016 年 8 月 5 日

5 投票

Use below code in Command Window or script and title will be in 'normal' form
set(0,'DefaultAxesTitleFontWeight','normal');

4 件のコメント

DC
DC 2016 年 8 月 5 日
Thank you very much!
Federico Alberto Gorrini
Federico Alberto Gorrini 2020 年 5 月 2 日
Thanks!
Laura Debel  Hansen
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
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 件)

カテゴリ

ヘルプ センター および File ExchangeDevelop Apps Programmatically についてさらに検索

製品

質問済み:

DC
2016 年 8 月 5 日

コメント済み:

2021 年 9 月 21 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by