Is it possible to put xlabel text in two rows but with different font size?
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Is it possible to put xlabel text in two rows but with different font size?
0 Commenti
Risposta accettata
Jan
il 28 Ott 2015
The documentation of xlabel explains with an example, how a multi-line output works. Did you read it? Then the only problem is the font size, which is explained there also:
plot((1:10).^2)
xlabel({'\fontsize{15}Population','\fontsize{20}(in thousands)'})
0 Commenti
Più risposte (1)
Stalin Samuel
il 28 Ott 2015
1 Commento
Praveen Choudhary
il 4 Ott 2019
newline = char(10);
ylabel(['xyz and',newline,'xyz '],'FontName','Times New Roman','FontSize',12)
Vedere anche
Categorie
Scopri di più su Labels and Annotations 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!