|
From: Nunzio L. <nun...@gm...> - 2013-02-06 17:09:14
|
Hi all, as far as I have understood the Postscript Terminal requires plot size to be defined in the "set term " command. But then how can I decide how large the canvas is going to be? I mean, I want a plot to be square 5 inches x5 inches FIXED. Then I want a larger canvas to put plot title and key without affecting the graph size. This is what I have so far: set term post eps enh color size 5,5 font 18 set size ratio -1 Thank you in advance, NL |