Can i make Title and x and y label Bold

Can i make Title and x and y label of a plot Bold and to increasr their font size

 採用された回答

Wayne King
Wayne King 2011 年 11 月 15 日

11 投票

plot(randn(100,1));
title('Test','fontweight','bold','fontsize',16);
xlabel('Time','fontweight','bold','fontsize',16);

その他の回答 (2 件)

lalit kaushik
lalit kaushik 2019 年 5 月 16 日

2 投票

you can use the following
set(gca,'FontWeight','bold'). It works for me
Dmytro Lituiev
Dmytro Lituiev 2015 年 4 月 29 日

0 投票

Does not really work under Ubuntu ;(

カテゴリ

タグ

質問済み:

2011 年 11 月 15 日

回答済み:

2019 年 5 月 16 日

Community Treasure Hunt

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

Start Hunting!

Translated by