help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Suppress Display of `plot' while saving as ppm


From: Przemek Klosowski
Subject: Re: Suppress Display of `plot' while saving as ppm
Date: Fri, 23 Apr 2004 12:52:17 -0400 (EDT)

Well, I assume that in your scripts you change the terminal type to
ppm and replot. If that's the case, it should work for you to just
preset the default terminal type to something not X11, for instance to
the 'dumb' terminal output, like so:

 echo 'plot(sin(1:10))' | GNUTERM=dumb octave

I think it might even work to preset GNUTERM to 'unknown', but
I didn't check that this won't kill gnuplot before it gets to 
the ppm part.



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]