Can i make Title and x and y label Bold

942 ビュー (過去 30 日間)
moonman
moonman 2011 年 11 月 15 日
回答済み: lalit kaushik 2019 年 5 月 16 日
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 日
plot(randn(100,1));
title('Test','fontweight','bold','fontsize',16);
xlabel('Time','fontweight','bold','fontsize',16);
  1 件のコメント
moonman
moonman 2011 年 11 月 16 日
Thanks a lot

サインインしてコメントする。

その他の回答 (2 件)

lalit kaushik
lalit kaushik 2019 年 5 月 16 日
you can use the following
set(gca,'FontWeight','bold'). It works for me

Dmytro Lituiev
Dmytro Lituiev 2015 年 4 月 29 日
Does not really work under Ubuntu ;(

カテゴリ

Help Center および File ExchangeAxis Labels についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by