Skip to content

Commit

Permalink
polar axes should also follow MTEXFontSize
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfHielscher committed Mar 31, 2022
1 parent 61c2fcb commit 976df90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mtex_settings.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
%fontSize = 15;
setMTEXpref('FontSize',fontSize);
set(0,'DefaultAxesFontSize',fontSize);
set(0,'DefaultLegendFontSize',fontSize)
set(0,'DefaultLegendFontSize',fontSize);
try set(0,'defaultPolarAxesFontSize',fontSize); end %#ok<TRYNC>

% default plotting of the coordinate axes
setMTEXpref('xAxisDirection','north');
Expand Down

0 comments on commit 976df90

Please sign in to comment.