Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

E = MC ** 2 +- 3db


devel / comp.graphics.apps.gnuplot / Squeezed Y direction output from multiplot

SubjectAuthor
* Squeezed Y direction output from multiplotShahid Maqbool
+- Re: Squeezed Y direction output from multiplotqrk
`* Re: Squeezed Y direction output from multiplotJörg Buchholz
 `* Re: Squeezed Y direction output from multiplotShahid Maqbool
  `- Re: Squeezed Y direction output from multiplotJörg Buchholz

1
Squeezed Y direction output from multiplot

<ea3e5f9d-8dda-436c-9c81-2ca17788c5b2n@googlegroups.com>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=101&group=comp.graphics.apps.gnuplot#101

 copy link   Newsgroups: comp.graphics.apps.gnuplot
X-Received: by 2002:a05:6000:2c7:b0:219:b52d:d122 with SMTP id o7-20020a05600002c700b00219b52dd122mr4647218wry.507.1655388275506;
Thu, 16 Jun 2022 07:04:35 -0700 (PDT)
X-Received: by 2002:a81:238e:0:b0:300:642f:fdb2 with SMTP id
j136-20020a81238e000000b00300642ffdb2mr5897393ywj.373.1655388274898; Thu, 16
Jun 2022 07:04:34 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!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: Thu, 16 Jun 2022 07:04:34 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=139.162.2.227; posting-account=XnSkHAoAAADfjJd2J8yTdEJJrrgeBtts
NNTP-Posting-Host: 139.162.2.227
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <ea3e5f9d-8dda-436c-9c81-2ca17788c5b2n@googlegroups.com>
Subject: Squeezed Y direction output from multiplot
From: shahid...@gmail.com (Shahid Maqbool)
Injection-Date: Thu, 16 Jun 2022 14:04:35 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Shahid Maqbool - Thu, 16 Jun 2022 14:04 UTC

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 commands I am using are these

set multiplot layout 2,2 title "Multiplot layout" font ",14"
set xtics rotate
# set title "Plot 1"
unset key
plot sin(x)/x
# set title "Plot 2"
unset key
plot 'silver.dat' using 1:2 ti 'silver.dat'
# set title "Plot 3"
unset key
plot sin(x)/x
# set title "Plot 4"
unset key
plot 'silver.dat' using 1:2 ti 'silver.dat'
# unset multiplot

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

Re: Squeezed Y direction output from multiplot

<35nnahtr3fjj6fvd995erglvqh4r566qab@4ax.com>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=102&group=comp.graphics.apps.gnuplot#102

 copy link   Newsgroups: comp.graphics.apps.gnuplot
Path: i2pn2.org!i2pn.org!aioe.org!C4D4weOLxXESW+UQLDbU+Q.user.46.165.242.75.POSTED!not-for-mail
From: SpamT...@spam.net (qrk)
Newsgroups: comp.graphics.apps.gnuplot
Subject: Re: Squeezed Y direction output from multiplot
Date: Thu, 16 Jun 2022 20:46:29 -0500
Organization: Aioe.org NNTP Server
Message-ID: <35nnahtr3fjj6fvd995erglvqh4r566qab@4ax.com>
References: <ea3e5f9d-8dda-436c-9c81-2ca17788c5b2n@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: gioia.aioe.org; logging-data="31940"; posting-host="C4D4weOLxXESW+UQLDbU+Q.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
X-Newsreader: Forte Agent 1.93/32.576 English (American)
X-Notice: Filtered by postfilter v. 0.9.2
 by: qrk - Fri, 17 Jun 2022 01:46 UTC

Set the output size to change aspect ratio.
Example:
set term qt 0 size 600,800

On Thu, 16 Jun 2022 07:04:34 -0700 (PDT), Shahid Maqbool
<shahid718@gmail.com> 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 commands I am using are these
>
>set multiplot layout 2,2 title "Multiplot layout" font ",14"
>set xtics rotate
>#
>set title "Plot 1"
>unset key
>plot sin(x)/x
>#
>set title "Plot 2"
>unset key
>plot 'silver.dat' using 1:2 ti 'silver.dat'
>#
>set title "Plot 3"
>unset key
>plot sin(x)/x
>#
>set title "Plot 4"
>unset key
>plot 'silver.dat' using 1:2 ti 'silver.dat'
>#
> unset multiplot
>
>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

Re: Squeezed Y direction output from multiplot

<t8h99u$h3p$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=103&group=comp.graphics.apps.gnuplot#103

 copy link   Newsgroups: comp.graphics.apps.gnuplot
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: bookwood...@freenet.de (Jörg Buchholz)
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>
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
 by: Jörg Buchholz - Fri, 17 Jun 2022 07:08 UTC

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

Re: Squeezed Y direction output from multiplot

<5d8be67a-de68-47e4-8c76-07ee600169d6n@googlegroups.com>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=104&group=comp.graphics.apps.gnuplot#104

 copy link   Newsgroups: comp.graphics.apps.gnuplot
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: i2pn2.org!i2pn.org!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: <t8h99u$h3p$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=139.162.2.227; posting-account=XnSkHAoAAADfjJd2J8yTdEJJrrgeBtts
NNTP-Posting-Host: 139.162.2.227
References: <ea3e5f9d-8dda-436c-9c81-2ca17788c5b2n@googlegroups.com> <t8h99u$h3p$1@dont-email.me>
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...@gmail.com (Shahid Maqbool)
Injection-Date: Fri, 17 Jun 2022 16:41:24 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Shahid Maqbool - Fri, 17 Jun 2022 16:41 UTC

On Friday, 17 June 2022 at 3:08:49 pm UTC+8, Jörg Buchholz wrote:
> 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
It is still not working for the 2,2 multiplot, especially with the titles turned on.

Shahid

Re: Squeezed Y direction output from multiplot

<t8ualm$b92$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=107&group=comp.graphics.apps.gnuplot#107

 copy link   Newsgroups: comp.graphics.apps.gnuplot
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: bookwood...@freenet.de (Jörg Buchholz)
Newsgroups: comp.graphics.apps.gnuplot
Subject: Re: Squeezed Y direction output from multiplot
Date: Wed, 22 Jun 2022 07:51:51 +0200
Organization: A noiseless patient Spider
Lines: 52
Message-ID: <t8ualm$b92$1@dont-email.me>
References: <ea3e5f9d-8dda-436c-9c81-2ca17788c5b2n@googlegroups.com>
<t8h99u$h3p$1@dont-email.me>
<5d8be67a-de68-47e4-8c76-07ee600169d6n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 22 Jun 2022 05:51:50 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="1a0130ec0ae5d15da15bb5696b655a30";
logging-data="11554"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+4WTz1nOpjLGO4P7u1P9p+g0461BijRKU="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.10.0
Cancel-Lock: sha1:0LBbOJvyZ/zsMfkNfSdYgO/ZacA=
In-Reply-To: <5d8be67a-de68-47e4-8c76-07ee600169d6n@googlegroups.com>
Content-Language: en-GB
 by: Jörg Buchholz - Wed, 22 Jun 2022 05:51 UTC

On 17.06.2022 18:41, Shahid Maqbool wrote:
> On Friday, 17 June 2022 at 3:08:49 pm UTC+8, Jörg Buchholz wrote:
>> 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
> It is still not working for the 2,2 multiplot, especially with the titles turned on.
>
> Shahid

With this example you get a 2*2 layout. One plot has a title with two
lines, one has no title and the other have titles with one line.
All have the same x and y dimension.

unset title
set margins 10,2,2,4
set ytics format "%.1f"
set multiplot
set size 0.5,0.5
set origin 0,0
plot sin(x)
set origin 0,0.5
set title "Plot\nTest"
plot sin(x)+100
set origin 0.5,0
set title "Plot"
plot sin(x)
set origin 0.5,0.5
set title "Plot"
plot sin(x)+100
unset multiplot

Jörg

1
server_pubkey.txt

rocksolid light 0.9.7
clearnet tor