|
From: <br...@ph...> - 2006-07-24 18:41:12
|
Henry FISCHER wrote: > set term postscript > set output "plot.ps" > replot You should unset output at this point. That closes the output file --- and among other things, writes the 'showpage' you were missing. |