|
From:
<br...@ph...> - 2006-01-04 12:19:13
|
Sambaran Banerjee wrote: > At this point the previous file 'out1.ps' is blanked. That only happens because you never told gnuplot you were finished with writign to 'out1.ps', i.e. you didn't close the file. The command you're missing is set output # no arguments! to be used before you change away from the driver that wrote to the current output file. |