How do I change the default text interpreter for a plot axis label in R2015a?
조회 수: 87 (최근 30일)
이전 댓글 표시
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
채택된 답변
추가 답변 (1개)
Tom Grana
2018년 5월 16일
편집: Tom Grana
2018년 5월 16일
댓글 수: 1
Paul Sampson
2022년 4월 7일
Thank you! If more people came back 2.5 years later to answer their own question, the internet would be a better place.
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Distribution Plots에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!