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

Ben Abbott bpabbott at mac.com
Wed Nov 26 11:56:36 CST 2008


On Wednesday, November 26, 2008, at 12:39PM, "SourceForge.net" <noreply at sourceforge.net> 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




More information about the Help-octave mailing list