Figure scaling issues in Linux
Getting good DPI settings for the editor in Linux is possible, though a tad annoying.
However, I have no idea how to go about fixing the scaling problems for figures. I can make a temp fix by upping the font size (see image) but can’t find a way to fix this. Ideally, want I want is to, by default, scale all images by about 160%.
Font adjusted with
set(findall(gcf,’-property’,’FontSize’),’FontSize’,18)
I could possible go through everything in
get(groot,’factory’)
and asjust dozens of settings there to fix this but realy all it needs is a single scale factor that would apply to fonts and data points/lines.
Cheers for any help.Getting good DPI settings for the editor in Linux is possible, though a tad annoying.
However, I have no idea how to go about fixing the scaling problems for figures. I can make a temp fix by upping the font size (see image) but can’t find a way to fix this. Ideally, want I want is to, by default, scale all images by about 160%.
Font adjusted with
set(findall(gcf,’-property’,’FontSize’),’FontSize’,18)
I could possible go through everything in
get(groot,’factory’)
and asjust dozens of settings there to fix this but realy all it needs is a single scale factor that would apply to fonts and data points/lines.
Cheers for any help. Getting good DPI settings for the editor in Linux is possible, though a tad annoying.
However, I have no idea how to go about fixing the scaling problems for figures. I can make a temp fix by upping the font size (see image) but can’t find a way to fix this. Ideally, want I want is to, by default, scale all images by about 160%.
Font adjusted with
set(findall(gcf,’-property’,’FontSize’),’FontSize’,18)
I could possible go through everything in
get(groot,’factory’)
and asjust dozens of settings there to fix this but realy all it needs is a single scale factor that would apply to fonts and data points/lines.
Cheers for any help. linux, dpi, scale, figures, dispaly MATLAB Answers — New Questions