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!
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 Exchange에서 Develop 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