How do I change the default text interpreter for a plot axis label in R2015a?
207 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Tom Grana
am 15 Nov. 2015
Kommentiert: Paul Sampson
am 7 Apr. 2022
In previous versions on Matlab, I could set the default text interpreter to 'none' to avoid undesired subscripts in my plots by using this line in my startup file
set(0, 'DefaultTextInterpreter', 'none')
In 2015a this does not effect axis labels or legends. I can now effect legends with a separate command in my startup file using
set(0, 'DefaultLegendInterpreter', 'none')
And I can effect axis labels locally in a plotting script
set(gca, 'TickLabelInterpreter', 'none')
But how do I effect axis labels on a global level?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Tom Grana
am 16 Mai 2018
Bearbeitet: Tom Grana
am 16 Mai 2018
1 Kommentar
Paul Sampson
am 7 Apr. 2022
Thank you! If more people came back 2.5 years later to answer their own question, the internet would be a better place.
Siehe auch
Kategorien
Mehr zu Annotations finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!