My solution is change the file GraphX (GraphBusy, GraphExternal, etc) with a new function.
Create MakePlot1 copy MakePlot1 (all function):
&MakePlot("$PLOT_NAME.png"); &MakePlot1("$PLOT_NAME-large.png","set size 1.0, 1.0");
And change this (and the name of the function): set term png small size 1024,768 color
Only add: size 1024,768 or other size than you want.
Log in to post a comment.
My solution is change the file GraphX (GraphBusy, GraphExternal, etc) with a new function.
Create MakePlot1 copy MakePlot1 (all function):
&MakePlot("$PLOT_NAME.png");
&MakePlot1("$PLOT_NAME-large.png","set size 1.0, 1.0");
And change this (and the name of the function):
set term png small size 1024,768 color
Only add: size 1024,768 or other size than you want.