Changing the figure font

5 visualizaciones (últimos 30 días)
Abdulaziz
Abdulaziz el 10 de Abr. de 2012
Hi every body,
I want to change the font size of the plotted figure itself, so as we have many line styles like (--, :, -., -) I need my figure to be more bold. I do not mean the axises, but the figure itself.
Please let me know how, Thanks,and have a nice day
  1 comentario
Daniel Shub
Daniel Shub el 10 de Abr. de 2012
Are you trying to make the change in the on screen display, a printed copy, or an exported file?

Iniciar sesión para comentar.

Respuesta aceptada

Honglei Chen
Honglei Chen el 10 de Abr. de 2012
x = 1:10;
plot(x,'LineWidth',4)
  1 comentario
Abdulaziz
Abdulaziz el 10 de Abr. de 2012
Thank you both (Chen and Roberson)
I was looking for your answer Chen, it works now.
Thanks a lot

Iniciar sesión para comentar.

Más respuestas (2)

Walter Roberson
Walter Roberson el 10 de Abr. de 2012
Perhaps what you want to change is the line thickness instead of the font size? Changing font sizes does not make anything more bold.
  1 comentario
Abdulaziz
Abdulaziz el 10 de Abr. de 2012
Ok, Do you know how can I change the thickness?
If so, Please let me know
Thanks a lot

Iniciar sesión para comentar.


Daniel Shub
Daniel Shub el 10 de Abr. de 2012
You can change the default line thickness with:
set(0, 'defaultlinelinewidth', 16)

Categorías

Más información sobre Graphics Objects en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by