Skip to content

How to increase 'minmax' FontSize? #542

Answered by kilir
Gbowker asked this question in Ask Anything
Discussion options

You must be logged in to vote

Hi,
for example in mtex_settings or directly with setMTEXpref('FontSize',fontSize);.
If you just want to change those numbers e.g.:

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,
Rüdiger

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Gbowker
Comment options

Answer selected by Gbowker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants