Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1744
| From | Dieter Britz <dieterhansbritz@gmail.com> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Multiplot question |
| Date | 2013-04-05 08:44 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <kjm2tn$1e3$1@dont-email.me> (permalink) |
| References | <kirps0$4b7$1@dont-email.me> <ardr9rF4ocjU1@mid.individual.net> <kjjfgi$8dh$1@dont-email.me> <kjkiv9$6fp$1@dont-email.me> |
On Thu, 04 Apr 2013 12:08:40 -0700, sfeam wrote: [...] > The "layout" option in multiplot is for the specific purpose of blocking > out equal size fractions of the canvas, which is apparently not what you > want. How about > > set multiplot set size ratio 1.0 set lmargin at screen 0.05 set bmargin > at screen 0.05 set rmargin at screen 0.40 set tmargin at screen 0.40 > plot 'left.dat' > set size ratio 1.0/1.33 set rmargin at screen 0.95 set lmargin at screen > 0.95 - 1.33*(0.35) > set bmargin at screen 0.05 set tmargin at screen 0.40 plot 'left.dat' > unset multiplot > > There may well be simpler ways, but I'm not clear on exactly what > arrangement you want. > > Ethan Thanks, that seems to do the job. (For some reason the ng system reformatted your text, sorry). -- Dieter Britz
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Multiplot question Dieter Britz <dieterhansbritz@gmail.com> - 2013-03-26 09:30 +0000
Re: Multiplot question Karl <mail.kfr@gmx.net> - 2013-03-26 14:21 +0100
Re: Multiplot question Dieter Britz <dieterhansbritz@gmail.com> - 2013-03-26 13:35 +0000
Re: Multiplot question Ingo Thies <ingo.thies@gmx.de> - 2013-03-26 15:57 +0100
Re: Multiplot question Dieter Britz <dieterhansbritz@gmail.com> - 2013-04-04 09:01 +0000
Re: Multiplot question sfeam <sfeam@users.sourceforge.net> - 2013-04-04 12:08 -0700
Re: Multiplot question Dieter Britz <dieterhansbritz@gmail.com> - 2013-04-05 08:44 +0000
Re: Multiplot question Christoph Bersch <usenet@bersch.net> - 2013-03-26 15:57 +0100
csiph-web