Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #839

Re: multiplot layout and changing size of canvas in EPS term

From Nicholas Musolino <n.musolino@gmail.com>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: multiplot layout and changing size of canvas in EPS term
Date 2012-01-09 11:32 -0800
Organization http://groups.google.com
Message-ID <5ef15c1c-e43e-4dab-a77a-54d5811ec22e@q17g2000yqh.googlegroups.com> (permalink)
References <7e4b8a39-112d-473b-879b-706c0a996998@q17g2000yqh.googlegroups.com> <je5qe4$6ej$1@dont-email.me> <731f4fdb-8d59-4298-961c-6a8c6cf42857@a11g2000vbz.googlegroups.com>

Show all headers | View raw


This solution did essentially solve the problem.  Thank you very much
for your help, sfeam.

Nicholas Musolino

> On Jan 5, 10:39 pm, sfeam <sf...@users.sourceforge.net> wrote:
> > There is probably the heart of the problem.
> > For better or worse, starting in gnuplot version 4.2 the "set size"
> > command cannot be used to enlarge the total output size from a terminal.
>
> > In a nutshell, to change the size of the output from a terminal,
> > append the desired "size" attribute to the terminal selection itself.
>
> > If I understand your requirement correctly, you want:
>
> >      set term postscript eps enhanced color size 4in, 5.6in
> >      set multiplot layout 2,1
>
> > That gives you a total output size equal to 80% of two default size
> > plots (5in x 3.5in) stacked on top of each other, and tells multiplot
> > that in fact you do want two plots stacked on top of each other.
> > You do not want to further compress the plot size within this space,
> > so no "set size" command.

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Find similar


Thread

multiplot layout and changing size of canvas in EPS term Nicholas Musolino <n.musolino@gmail.com> - 2012-01-05 17:26 -0800
  Re: multiplot layout and changing size of canvas in EPS term sfeam <sfeam@users.sourceforge.net> - 2012-01-05 19:39 -0800
    Re: multiplot layout and changing size of canvas in EPS term Nicholas Musolino <n.musolino@gmail.com> - 2012-01-06 02:57 -0800
      Re: multiplot layout and changing size of canvas in EPS term Nicholas Musolino <n.musolino@gmail.com> - 2012-01-09 11:32 -0800

csiph-web