Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #911
| From | Péter Juhász <peter.juhasz83@gmail.com> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Multiplot plot size problem |
| Date | 2012-02-02 11:12 -0800 |
| Organization | http://groups.google.com |
| Message-ID | <f168023b-e159-4ab7-8053-7f48ac96f64f@l16g2000vbl.googlegroups.com> (permalink) |
| References | <66e2ee72-f990-451f-84df-dbe058892d04@t30g2000vbx.googlegroups.com> |
On Feb 2, 6:28 pm, Anthony <anthony.bran...@gmail.com> wrote: > 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 Which version of gnuplot are you using? I recall that this bug was found and fixed some time ago. Indeed, it appears to have been fixed in 4.4.3 and 4.6rc1. Péter Juhász
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
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