Tuukka Toivonen wrote:

set terminal dumb
set output '/dev/null'

instead of this, I've been using the following macro file for about two years:

#!/usr/bin/gnuplot
set terminal unknown
...
(gnuplot commands, including all the plots)
...
set output 'file.eps'
set terminal postscript eps
replot

#eof

It works just fine.

Best regards,
Luiz.

--
Luiz Eleno
Max-Planck-Institut für Eisenforschung
Max-Planck-Str. 1
D-40237 Düsseldorf
Tel.: +49-(0)211-67 92 481
Fax: +49-(0)211-67 92 537
[EMAIL PROTECTED]




Reply via email to