• Command to reduce the distance between multiplots

    From Shahid Maqbool@21:1/5 to All on Fri Jun 17 10:01:37 2022
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?J=c3=b6rg_Buchholz?=@21:1/5 to Shahid Maqbool on Mon Jun 20 07:31:58 2022
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)