From help-request at octave dot org Sat Jan 22 13:19:58 2005 Subject: Re: Problem with "gset output postscript color" From: "Dmitri A. Sergatskov" To: Frederic Cornet CC: help at octave dot org Date: Sat, 22 Jan 2005 12:21:25 -0700 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 -------------------------------------------------------------