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 | Thu, 2 Feb 2012 11:12:20 -0800 (PST) |
| Organization | http://groups.google.com |
| Lines | 35 |
| Message-ID | <f168023b-e159-4ab7-8053-7f48ac96f64f@l16g2000vbl.googlegroups.com> (permalink) |
| References | <66e2ee72-f990-451f-84df-dbe058892d04@t30g2000vbx.googlegroups.com> |
| NNTP-Posting-Host | 78.92.5.168 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | quoted-printable |
| X-Trace | posting.google.com 1328209941 28750 127.0.0.1 (2 Feb 2012 19:12:21 GMT) |
| X-Complaints-To | groups-abuse@google.com |
| NNTP-Posting-Date | Thu, 2 Feb 2012 19:12:21 +0000 (UTC) |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | l16g2000vbl.googlegroups.com; posting-host=78.92.5.168; posting-account=zDLjuQoAAAC_blU_eX_4MHabi0k_sknv |
| User-Agent | G2/1.0 |
| X-Google-Web-Client | true |
| X-Google-Header-Order | HUALESNKRC |
| X-HTTP-UserAgent | Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1,gzip(gfe) |
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.chainon-marquant.org!feed.ac-versailles.fr!usenet-fr.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!news.bbs-scene.org!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!postnews.google.com!l16g2000vbl.googlegroups.com!not-for-mail |
| Xref | x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:911 |
Show key headers only | View raw
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