default figure title font weight

조회 수: 39 (최근 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 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