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: Ben Abbott
Subject: Re: [octave - Help] urlread and plotting in 3.0.3 (win)
Date: Wed, 26 Nov 2008 12:56:36 -0500

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




reply via email to

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