default figure title font weight

Is there a way to change the default figure title font weight from 'bold' to 'normal' (Matlab2014b)?

 Réponse acceptée

Konark Kelaiya
Konark Kelaiya le 5 Août 2016
Modifié(e) : Konark Kelaiya le 5 Août 2016

5 votes

Use below code in Command Window or script and title will be in 'normal' form
set(0,'DefaultAxesTitleFontWeight','normal');

4 commentaires

DC
DC le 5 Août 2016
Thank you very much!
Federico Alberto Gorrini
Federico Alberto Gorrini le 2 Mai 2020
Thanks!
Laura Debel  Hansen
Laura Debel Hansen le 22 Oct 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 le 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.

Connectez-vous pour commenter.

Plus de réponses (0)

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by