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


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

Multiplot plot size problem

Path csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!t30g2000vbx.googlegroups.com!not-for-mail
From Anthony <anthony.brandon@gmail.com>
Newsgroups comp.graphics.apps.gnuplot
Subject Multiplot plot size problem
Date Thu, 2 Feb 2012 09:28:34 -0800 (PST)
Organization http://groups.google.com
Lines 27
Message-ID <66e2ee72-f990-451f-84df-dbe058892d04@t30g2000vbx.googlegroups.com> (permalink)
NNTP-Posting-Host 130.161.38.67
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1
X-Trace posting.google.com 1328203714 29572 127.0.0.1 (2 Feb 2012 17:28:34 GMT)
X-Complaints-To groups-abuse@google.com
NNTP-Posting-Date Thu, 2 Feb 2012 17:28:34 +0000 (UTC)
Complaints-To groups-abuse@google.com
Injection-Info t30g2000vbx.googlegroups.com; posting-host=130.161.38.67; posting-account=wz5WuAkAAABAQpGha2DaMLIoO_Jk8zfV
User-Agent G2/1.0
X-Google-Web-Client true
X-Google-Header-Order HUALESNKRC
X-HTTP-UserAgent Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111101 SUSE/3.6.24-0.2.1 Firefox/3.6.24,gzip(gfe)
Xref x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:895

Show key headers only | View raw


Hello,
I am trying to make a multiplot of consisting of several plots all
with the same x and y ranges.
The problem I have is that I end up with something like this:
http://ce.et.tudelft.nl/~aacbrandon/files/bla.png
As you can see the y axis is scaled differently for the different
plots for some reason.
Is there a way to fix this?

Here are the commands I used:

set multiplot layout 5,1 title "example"

set yrange [0:5]
set xrange [0:1000]
set ytics 1
set xtics 100

set key off

plot '1_data' w l
plot '2_data' w l
plot '3_data' w l
plot '4_data' w l
plot '5_data' w l

unset multiplot

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


Thread

Multiplot plot size problem Anthony <anthony.brandon@gmail.com> - 2012-02-02 09:28 -0800
  Re: Multiplot plot size problem "Alex van der Spek" <zdoor@xs4all.nl> - 2012-02-02 21:03 +0100
  Re: Multiplot plot size problem Ingo Thies <ingo.thies@gmx.de> - 2012-02-03 10:51 +0100
  Re: Multiplot plot size problem Péter Juhász <peter.juhasz83@gmail.com> - 2012-02-02 11:12 -0800
    Re: Multiplot plot size problem Anthony Brandon <anthony.brandon@gmail.com> - 2012-02-03 07:25 -0800

csiph-web