layout - Mix user-specified and automatic margins and spacings for gnuplot -


i using multiplot in gnuplot 5.0.7 able is:

set multiplot layout 3,2 margins auto, auto, auto, auto spacing auto, 0 

i aware auto not valid value specify. automatically calculated margins , spacings of multiplot. have reduce y spacing 0 in of plots. , still keep rest of margins , spacing calculated automatically.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -