help-octave
[Top][All Lists]
Advanced

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

Re: weird bug with plot/hold?


From: Ares
Subject: Re: weird bug with plot/hold?
Date: Tue, 31 Jul 2007 17:58:30 +0200

2007/7/31, John W. Eaton <address@hidden>:
> On 31-Jul-2007, Ares wrote:
>
> | Hi all again
> |
> | I have this dummy function:
> |
> | = = = =
> | function out = weird_bug(in)
> |
> | for h = 1:100
> |    plot(0,0)
> |    hold on
> | end
> |
> | out = 1;
> | = = = =
> |
> | when I run it the 2nd time (without closing figure nor holding off/on)
> | I get strange error messages from gnuplot like
> |
> | gnuplot> e
> |          ^
> |          line 1200: invalid command
>
> I think this might be the same as the bug reported in this thread:
>
> http://www.nabble.com/Gnuplot-garbage-in-octave-prompt-tf3715276.html#a10398198
>
> and I think it is actually a bug in gnuplot.  I also think it has
> already been reported the the gnuplot developers, but I don't know the
> status.
>
> jwe
>
>

thanks... anyway I guess it is a bug related to the number of times
the hold/plot sequence is repeated, if it helps...

regards -

-- 
Diego
http://www.ares001.altervista.org/


reply via email to

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