X-Received: by 2002:a5d:5004:0:b0:21a:14a0:da9e with SMTP id e4-20020a5d5004000000b0021a14a0da9emr9612691wrt.687.1655484084358; Fri, 17 Jun 2022 09:41:24 -0700 (PDT) X-Received: by 2002:a5b:982:0:b0:63e:7d7e:e2f2 with SMTP id c2-20020a5b0982000000b0063e7d7ee2f2mr10898312ybq.549.1655484083619; Fri, 17 Jun 2022 09:41:23 -0700 (PDT) Path: csiph.com!aioe.org!news.uzoreto.com!feeder1.cambriumusenet.nl!feed.tweak.nl!209.85.128.88.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Fri, 17 Jun 2022 09:41:23 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=139.162.2.227; posting-account=XnSkHAoAAADfjJd2J8yTdEJJrrgeBtts NNTP-Posting-Host: 139.162.2.227 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5d8be67a-de68-47e4-8c76-07ee600169d6n@googlegroups.com> Subject: Re: Squeezed Y direction output from multiplot From: Shahid Maqbool Injection-Date: Fri, 17 Jun 2022 16:41:24 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.graphics.apps.gnuplot:4479 On Friday, 17 June 2022 at 3:08:49 pm UTC+8, J=C3=B6rg Buchholz wrote: > On 16.06.2022 16:04, Shahid Maqbool wrote:=20 > > Dear all,=20 > >=20 > > I am using this example to understand multiple plots on the same=20 > > output. The souce site is:=20 > > http://gnuplot.sourceforge.net/demo_5.4/layout.html=20 > >=20 > > > > The output is a bit squeezed in the y direction. Can anyone explain=20 > > how to correct it? I want uniform x and y dimensions, a square domain= =20 > > is desirable, precisely. Thanks in advance!=20 > >=20 > > Regards Shahid > If you want to have the same dimension of the graphs you must set the=20 > margins. Example:=20 >=20 > set margins 10,10,1,1=20 > set multiplot layout 2,1=20 > plot sin(x)=20 > plot sin(x)+100=20 > unset multiplot=20 >=20 > J=C3=B6rg It is still not working for the 2,2 multiplot, especially with the titles = turned on. Shahid