help-octave
[Top][All Lists]
Advanced

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

Plotting to a file with no window popping up


From: Thomas Weber
Subject: Plotting to a file with no window popping up
Date: Thu, 27 Dec 2007 22:19:47 +0100

Hi, 

as I searched the archives only to find old gnuplot specific solutions,
I'm posting this here now.

If you need to plot to a file with no window of the plot popping up, go
as follows (Octave 3.0.0):

octave:1> figure(1, "visible", "off");
octave:2> plot(sin(1:100));
octave:3> print -deps "/tmp/sin.eps"

        Thomas





reply via email to

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