From: Georg B. <Geo...@po...> - 2005-01-10 15:25:08
|
Hello, The following command sequence plot sin(x) set term postscript set output 'fail.ps' replot set term x11 plot sin(x) set term postscript set output 'good.ps' replot produces garbage in fail.ps (see attached file). This worked with gnuplot 3.x. This occurs both with gnuplot 4.0 as delivered with SuSE 9.2, and with current CVS. The problem seems to be the combination of replot and changing the terminal. It works if you only plot one file or if you plot to ps directly without x11. It would be nice if somebody could have a look. Thanks, Georg |