Can i make Title and x and y label Bold

914 次查看(过去 30 天)
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);

更多回答(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 CenterFile Exchange 中查找有关 Axis Labels 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by