Azzera filtri
Azzera filtri

default figure title font weight

32 visualizzazioni (ultimi 30 giorni)
DC
DC il 5 Ago 2016
Commentato: Mitsu il 21 Set 2021
Is there a way to change the default figure title font weight from 'bold' to 'normal' (Matlab2014b)?

Risposta accettata

Konark Kelaiya
Konark Kelaiya il 5 Ago 2016
Modificato: Konark Kelaiya il 5 Ago 2016
Use below code in Command Window or script and title will be in 'normal' form
set(0,'DefaultAxesTitleFontWeight','normal');
  4 Commenti
Laura Debel  Hansen
Laura Debel Hansen il 22 Ott 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 il 21 Set 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.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Interactive Control and Callbacks in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by