How to increase 'minmax' FontSize? #542
Answered
by
kilir
Gbowker
asked this question in
Ask Anything
-
Just a simple question - how to increase the 'minmax' text for a pole figure so it is more readable? |
Beta Was this translation helpful? Give feedback.
Answered by
kilir
Oct 22, 2020
Replies: 1 comment 1 reply
-
Hi, plot(vector3d.rand(10),'contourf','minmax')
f = gcm;
for i=1:length(f.children)
ax = getappdata(f.children(i),'sphericalPlot');
ax.TL.FontSize=36; % TL= top left
ax.BL.FontSize=5; % TL= bottom left
end Cheers, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Gbowker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
for example in
mtex_settings
or directly withsetMTEXpref('FontSize',fontSize);
.If you just want to change those numbers e.g.:
Cheers,
Rüdiger