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


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

Re: Squeezed Y direction output from multiplot

From qrk <SpamTrap@spam.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Squeezed Y direction output from multiplot
Date 2022-06-16 20:46 -0500
Organization Aioe.org NNTP Server
Message-ID <35nnahtr3fjj6fvd995erglvqh4r566qab@4ax.com> (permalink)
References <ea3e5f9d-8dda-436c-9c81-2ca17788c5b2n@googlegroups.com>

Show all headers | View raw


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

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next 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