I used to set PaperSize
in Matlab to control the font size in different axis.
This is better than directly changing the fontsize.
I think this kind of procedure can be working for gnuplot too.
Here some overview of papersize in Matlab. An unanswered question here in SO about setting fontsize with partisan view how to do it.
So Matlab's command
set(hFig, 'PaperSize',[X Y])
Is there any similar way to control the papersize in Gnuplot as Matlab? I want to get consistent font sizes in my plots.