default figure title font weight

32 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by