|
From: Robert H. <en...@no...> - 2005-10-05 10:17:50
|
On Tue, 4 Oct 2005, Ethan Merritt wrote:
> Because "1 x 1" means "the full plotting area".
> By definition, if you plot outside that area then you are asking for
> trouble.
In many cases though, it means "the default plotting area". For example
the epslatex terminal now has a default of "5 x 3.5 inches". It is quite
conceivable to need an epslatex plot that is larger than this.
> Could someone explain to me what is the actual use intended for one
> of these larger-than-full-page plots? Is the idea to make a
> posterboard-sized plot using PostScript? But in that case you
> probably *do* want to scale up the line widths and fonts, so that
> they remain readable at normal poster-viewing distance.
Again, using the epslatex terminal as an example: The default size is
based on a typical page width, and a reasonable aspext ratio. Personally I
prefer a slightly taller plot, (because I tend to put the key below) and
my page width isn't exactly 5 inches, so I have:
set size (345.0/72.27)/5.0, 4.0/3.5;
in all my gnuplot files. Secondly however when I use multiplot, I often
want two plots one above the other but keeping the total width to be the
page width, so you then need a:
set size 1,2;
This seems perfectly reasonable, and as far as I can tell works.
Basically your argument only makes sense if each terminal allows an
explicit size argument in the term options. Then the "set size" option
simply allows you to scale the plot within those bounds.
--
___ ____ ____
______/ \__// \__/____\ Robert Hart
_/ \_/ : //____\\ 15 Benington Drive
/| : : .. / \ Wollaton
| | :: :: \ / Nottingham
| | :| || \ \______/ NG8 2TF
| | _ || || __ |\ / |
\| || || | / | \ en...@no...
| ___ || ___ || ____ | / /_\ \
| _ || _ || __ | / / \ http://www.nott.ac.uk/~enxrah
\___/ \___/ | |/__/ \
_\____/ \ /
/____ /
/ \ /
\______\_________/
This message has been checked for viruses but the contents of an attachment
may still contain software viruses, which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.
|