How to make only some part of a y axis label italic?
1.725 views (last 30 days)
Show older comments
I am trying to label my y axis with something called a glass transition temperature. This is expressed in text as Tg (where the T needs to be italic, but the g is regular font and subscripted). I have tried ylabel('\it T_g ,[°C]') but it italicizes the entire axis label.
Any idea how to do this?
0 Comments
Accepted Answer
Bart Kieviet
on 11 Sep 2018
Edited: Bart Kieviet
on 11 Sep 2018
It's:
ylabel('{\it T}_g ,[°C]')
So with {} around the text that needs to be italic.
5 Comments
mukul chankaya
on 2 Mar 2021
Thankyou very much, used the same command for .fig file (propoerty editor) it worked. Thanks again
More Answers (0)
See Also
Categories
Find more on Axis Labels in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!