ket_vector - 2015-02-06

Hello all,

I wrote a gnuplot file, that exports several multiplots in files.

the structure is the following:

set grid
set terminal png ....
set output "test.png"
set multiplot layout 2,1
plot ....
plot .....
unset multiplot

and after this, another package of the upper structure appears.

for the first file, I get a grid, but after that, no file shows a grid.

Does anyone know, why there is no grid in the additional multiplots?

I tried several options of positions of "set grid" and also "reset" after each multiplot.

I really think, it has something to do with multiplot.

I hope someone can help me :)