Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #4476

Squeezed Y direction output from multiplot

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 csiph.com!1.us.feeder.erje.net!2.eu.feeder.erje.net!feeder.erje.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> (permalink)
Subject Squeezed Y direction output from multiplot
From Shahid Maqbool <shahid718@gmail.com>
Injection-Date Thu, 16 Jun 2022 14:04:35 +0000
Content-Type text/plain; charset="UTF-8"
Xref csiph.com comp.graphics.apps.gnuplot:4476

Show key headers only | View raw


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

Back to comp.graphics.apps.gnuplot | Previous | NextNext in thread | Find similar


Thread

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