Borrar filtros
Borrar filtros

default figure title font weight

32 visualizaciones (últimos 30 días)
DC
DC el 5 de Ag. de 2016
Comentada: Mitsu el 21 de Sept. de 2021
Is there a way to change the default figure title font weight from 'bold' to 'normal' (Matlab2014b)?

Respuesta aceptada

Konark Kelaiya
Konark Kelaiya el 5 de Ag. de 2016
Editada: Konark Kelaiya el 5 de Ag. de 2016
Use below code in Command Window or script and title will be in 'normal' form
set(0,'DefaultAxesTitleFontWeight','normal');
  4 comentarios
Laura Debel  Hansen
Laura Debel Hansen el 22 de Oct. de 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 el 21 de Sept. de 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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by