Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx05.eternal-september.org!.POSTED!not-for-mail From: Dieter Britz Newsgroups: comp.graphics.apps.gnuplot Subject: Multiplot question Date: Tue, 26 Mar 2013 09:30:40 +0000 (UTC) Organization: A noiseless patient Spider Lines: 19 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Tue, 26 Mar 2013 09:30:40 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="ac27bc306e2949aa06a7f4657450a20d"; logging-data="4455"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/hxPKlZ1pNVVLze9tjYl8kWFjcHoK2Wcc=" User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) Cancel-Lock: sha1:hnbFlL7T497DJ2WevuNGedwPQ38= Xref: csiph.com comp.graphics.apps.gnuplot:1729 I have the following multiplot (stripped of labelling etc) set size square set multiplot layout 1, 2 plot 'vb.dat' w l lt 1, 'vbp.dat' w p pt 7 ps 1 plot 'rz.dat' w l lt 1, 'rzp.dat' w p pt 7 ps 1 This produces two plots, both square, side by side, and the same size. However, I would like the right-hand one stretched in the x-direction by a factor, but to keep its vertical height. How do I do that please? -- Dieter Britz