Is there a way to set very specific default properties for figure fonts and discriminate between tick font size, label font size, title font size, etc.. ?
I know I can set the default figure font properties by
set(0, 'DefaultAxesFontSize',14)
set(0, 'DefaultAxesFontWeight','bold')
But I'm looking for something like:
set(0, 'DefaultXTickLabelFontSize',10)
set(0, 'DefaultLegendFontSize',12)
% etc..
That would be very convenient. Thanks for any help!