フィルターのクリア

default figure title font weight

32 ビュー (過去 30 日間)
DC
DC 2016 年 8 月 5 日
コメント済み: Mitsu 2021 年 9 月 21 日
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 日
Use below code in Command Window or script and title will be in 'normal' form
set(0,'DefaultAxesTitleFontWeight','normal');
  4 件のコメント
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 件)

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by