From: Lutz M. <ma...@uc...> - 2004-06-04 18:46:34
|
I noticed the following behavior in gnuplot 4.0 under linux: In a new gnuplot session, copy&paste the following command: set term post; set outp 'test.ps'; set multiplot; set size 1,0.5; set origin 0,0.5; splot x**2+y**2; set origin 0,0; splot x**2+y**2; unset multiplot; set outp This will create a postscript file "test.ps", which contains two plots as expected. Now execute this line again. The resulting postscript file contains only one plot. Is this the expected behavior? Lutz |