Can i make Title and x and y label Bold

915 visualizzazioni (ultimi 30 giorni)
moonman
moonman il 15 Nov 2011
Risposto: lalit kaushik il 16 Mag 2019
Can i make Title and x and y label of a plot Bold and to increasr their font size

Risposta accettata

Wayne King
Wayne King il 15 Nov 2011
plot(randn(100,1));
title('Test','fontweight','bold','fontsize',16);
xlabel('Time','fontweight','bold','fontsize',16);

Più risposte (2)

lalit kaushik
lalit kaushik il 16 Mag 2019
you can use the following
set(gca,'FontWeight','bold'). It works for me

Dmytro Lituiev
Dmytro Lituiev il 29 Apr 2015
Does not really work under Ubuntu ;(

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by