ylabel Italic , Two fonts
143 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Mahmoud Khadijeh
il 27 Feb 2020
Commentato: Star Strider
il 2 Mar 2020
Hello,
I have question regarding y axis in MATLAB
In y-axis , is it possible to use two font in y axis so we can write the symbol, for exapmle, in the (italic) font and the unit in the ( Arial) font
I did this figure on Excel.
As you can see that C44 is writen in the ( italic ) font and GPa is ( Arial )
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/273934/image.jpeg)
Is it possible to do that on MATALB ?
0 Commenti
Risposta accettata
Star Strider
il 27 Feb 2020
Use ‘\it’ to begin the italic string and ‘\rm’ to reset to the normal display:
ylabel('\itc44\rm(GPa)')
2 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Dialog Boxes 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!