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


Groups > comp.graphics.apps.gnuplot > #4480 > unrolled thread

Command to reduce the distance between multiplots

Started byShahid Maqbool <shahid718@gmail.com>
First post2022-06-17 10:01 -0700
Last post2022-06-20 07:31 +0200
Articles 2 — 2 participants

Back to article view | Back to comp.graphics.apps.gnuplot


Contents

  Command to reduce the distance between multiplots Shahid Maqbool <shahid718@gmail.com> - 2022-06-17 10:01 -0700
    Re: Command to reduce the distance between multiplots Jörg Buchholz <bookwood4new@freenet.de> - 2022-06-20 07:31 +0200

#4480 — Command to reduce the distance between multiplots

FromShahid Maqbool <shahid718@gmail.com>
Date2022-06-17 10:01 -0700
SubjectCommand to reduce the distance between multiplots
Message-ID<e969527b-d5f8-461b-beec-3d314ff45bc1n@googlegroups.com>
Dear all,

My multiplot shows a large distance between them. 
I am plotting a 2,2 plot but there is a huge distance 
all plots.
Which command I should use to reduce this distance?

Regards,
Shahid

[toc] | [next] | [standalone]


#4481

FromJörg Buchholz <bookwood4new@freenet.de>
Date2022-06-20 07:31 +0200
Message-ID<t8p0ob$ttt$1@dont-email.me>
In reply to#4480
On 17.06.2022 19:01, Shahid Maqbool wrote:
> Dear all,
> 
> My multiplot shows a large distance between them. 
> I am plotting a 2,2 plot but there is a huge distance 
> all plots.
> Which command I should use to reduce this distance?
> 
> Regards,
> Shahid

You don't must use the predefined layout. You can set all manually. See
example in the "gnuplot help":

set multiplot
set size 0.4,0.4
set origin 0.1,0.1
plot sin(x)
set size 0.2,0.2
set origin 0.5,0.5
plot cos(x)
unset multiplot

I think than works the margins also.


Jörg

[toc] | [prev] | [standalone]


Back to top | Article view | comp.graphics.apps.gnuplot


csiph-web