Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4478
| Path | csiph.com!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Jörg Buchholz <bookwood4new@freenet.de> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Squeezed Y direction output from multiplot |
| Date | Fri, 17 Jun 2022 09:08:45 +0200 |
| Organization | A noiseless patient Spider |
| Lines | 25 |
| Message-ID | <t8h99u$h3p$1@dont-email.me> (permalink) |
| References | <ea3e5f9d-8dda-436c-9c81-2ca17788c5b2n@googlegroups.com> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 8bit |
| Injection-Date | Fri, 17 Jun 2022 07:08:46 -0000 (UTC) |
| Injection-Info | reader02.eternal-september.org; posting-host="4f33e02993cdc82a892e7bd918d8d869"; logging-data="17529"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+pVjZGp4QZPWDbuJhxEWCvKYVAYawMc6g=" |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 |
| Cancel-Lock | sha1:wwaptaqshHKc/Wa1MqhqC5xv7x0= |
| In-Reply-To | <ea3e5f9d-8dda-436c-9c81-2ca17788c5b2n@googlegroups.com> |
| Content-Language | en-GB |
| Xref | csiph.com comp.graphics.apps.gnuplot:4478 |
Show key headers only | View raw
On 16.06.2022 16:04, Shahid Maqbool wrote: > Dear all, > > I am using this example to understand multiple plots on the same > output. The souce site is: > http://gnuplot.sourceforge.net/demo_5.4/layout.html > > > The output is a bit squeezed in the y direction. Can anyone explain > how to correct it? I want uniform x and y dimensions, a square domain > is desirable, precisely. Thanks in advance! > > Regards Shahid If you want to have the same dimension of the graphs you must set the margins. Example: set margins 10,10,1,1 set multiplot layout 2,1 plot sin(x) plot sin(x)+100 unset multiplot Jörg
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Squeezed Y direction output from multiplot Shahid Maqbool <shahid718@gmail.com> - 2022-06-16 07:04 -0700
Re: Squeezed Y direction output from multiplot qrk <SpamTrap@spam.net> - 2022-06-16 20:46 -0500
Re: Squeezed Y direction output from multiplot Jörg Buchholz <bookwood4new@freenet.de> - 2022-06-17 09:08 +0200
Re: Squeezed Y direction output from multiplot Shahid Maqbool <shahid718@gmail.com> - 2022-06-17 09:41 -0700
Re: Squeezed Y direction output from multiplot Jörg Buchholz <bookwood4new@freenet.de> - 2022-06-22 07:51 +0200
csiph-web