Changing the figure font

4 ビュー (過去 30 日間)
Abdulaziz
Abdulaziz 2012 年 4 月 10 日
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 Center および File ExchangeGraphics Objects についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by