help-octave
[Top][All Lists]
Advanced

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

Re: Problem with "gset output postscript color"


From: Dmitri A. Sergatskov
Subject: Re: Problem with "gset output postscript color"
Date: Sat, 22 Jan 2005 12:21:25 -0700
User-agent: Mozilla Thunderbird 0.9 (X11/20041127)

Frederic Cornet wrote:
...

plot(sin(-pi:0.01:pi),"r;sinus;");xlabel("temps (s)");ylabel("Amplitude
(V)");title("Signal mesure");grid on;
gset term postscript color
gset output "test.eps"
replot
gset term x11
...


So, what's up docs ? :-)


You have to set "automatic_replot = 0"
before "gset term postscript..."

Preferred solution is to use
print("test.eps", "-depsc")
instead.

Thanks,
Frederic



Regards,

Dmitri.



-------------------------------------------------------------
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]