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


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

Multiplot plot size problem

From Anthony <anthony.brandon@gmail.com>
Newsgroups comp.graphics.apps.gnuplot
Subject Multiplot plot size problem
Date 2012-02-02 09:28 -0800
Organization http://groups.google.com
Message-ID <66e2ee72-f990-451f-84df-dbe058892d04@t30g2000vbx.googlegroups.com> (permalink)

Show all headers | 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