Changing the figure font

2 次查看(过去 30 天)
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 个评论
Daniel Shub
Daniel Shub 2012-4-10
Are you trying to make the change in the on screen display, a printed copy, or an exported file?

请先登录,再进行评论。

采纳的回答

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

请先登录,再进行评论。

更多回答(2 个)

Walter Roberson
Walter Roberson 2012-4-10
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 个评论
Abdulaziz
Abdulaziz 2012-4-10
Ok, Do you know how can I change the thickness?
If so, Please let me know
Thanks a lot

请先登录,再进行评论。


Daniel Shub
Daniel Shub 2012-4-10
You can change the default line thickness with:
set(0, 'defaultlinelinewidth', 16)

类别

Help CenterFile Exchange 中查找有关 Graphics Objects 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by