Can i make Title and x and y label Bold
501 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Can i make Title and x and y label of a plot Bold and to increasr their font size
0 Commenti
Risposta accettata
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
il 16 Mag 2019
you can use the following
set(gca,'FontWeight','bold'). It works for me
0 Commenti
Vedere anche
Categorie
Scopri di più su Title in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!