help-octave
[Top][All Lists]
Advanced

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

Re: [octave - Help] urlread and plotting in 3.0.3 (win)


From: Jaroslav Hajek
Subject: Re: [octave - Help] urlread and plotting in 3.0.3 (win)
Date: Mon, 8 Dec 2008 06:34:22 +0100

On Wed, Nov 26, 2008 at 6:56 PM, Ben Abbott <address@hidden> wrote:
> On Wednesday, November 26, 2008, at 12:39PM, "SourceForge.net" 
> <address@hidden> wrote:
>>
> (snip)
>>Secondly, it seems now that hold and/or plot work in a different way which 
>>also
>>makes Matlab compatibility broken. It seems that the plot command 
>>automatically
>>sets hold to "off". An example:
>>hold on; plot(3,3,'o'); plot(6,6,'o'); -> gets you one point (6,6)
>>plot(3,3,'o'); hold on; plot(6,6,'o'); -> gets you both points (3,3) and (6,6)
>>
>>Thanks.
>
> The changeset to fix this behavior is at the link below.
>
> http://hg.savannah.gnu.org/hgweb/octave/diff/a028a5960e18/scripts/plot/hold.m
>
> Jaroslav, has this been added to the 3.0.x branch?
>
> Ben
>

Sorry for the late answer. This patch does not apply to 3.0.x - there
is a dozen of rejected hunks and I don't know the graphics code much,
so I won't dare to fix up. If you (or anyone else) want it for 3.0.x,
please prepare a special patch.

regards


-- 
RNDr. Jaroslav Hajek
computing expert
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz


reply via email to

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