help-octave
[Top][All Lists]
Advanced

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

Re: plotting problems


From: Dmitri A. Sergatskov
Subject: Re: plotting problems
Date: Wed, 25 Aug 2004 19:04:16 -0600
User-agent: Mozilla Thunderbird 0.7.3 (X11/20040803)

Matt Funk wrote:
Hi,

i have the following problem.
my script needs to plot some stuff in one plotting window,
...

Try the following instead:

automatic_replot = 0;
plot(a,b,"-b");
figure(1);
replot
hold on
plot(a,c,"-g");
hold off
figure (0)


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]