default figure title font weight

12 Ansichten (letzte 30 Tage)
DC
DC am 5 Aug. 2016
Kommentiert: Mitsu am 21 Sep. 2021
Is there a way to change the default figure title font weight from 'bold' to 'normal' (Matlab2014b)?

Akzeptierte Antwort

Konark Kelaiya
Konark Kelaiya am 5 Aug. 2016
Bearbeitet: Konark Kelaiya am 5 Aug. 2016
Use below code in Command Window or script and title will be in 'normal' form
set(0,'DefaultAxesTitleFontWeight','normal');
  4 Kommentare
Laura Debel  Hansen
Laura Debel Hansen am 22 Okt. 2020
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 am 21 Sep. 2021
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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by