Can i make Title and x and y label Bold
568 ビュー (過去 30 日間)
古いコメントを表示
Can i make Title and x and y label of a plot Bold and to increasr their font size
0 件のコメント
採用された回答
Wayne King
2011 年 11 月 15 日
plot(randn(100,1));
title('Test','fontweight','bold','fontsize',16);
xlabel('Time','fontweight','bold','fontsize',16);
その他の回答 (2 件)
lalit kaushik
2019 年 5 月 16 日
you can use the following
set(gca,'FontWeight','bold'). It works for me
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Title についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!