[octave - Help] urlread and plotting in 3.0.3 (win)
Jaroslav Hajek
highegg at gmail.com
Sun Dec 7 23:34:22 CST 2008
On Wed, Nov 26, 2008 at 6:56 PM, Ben Abbott <bpabbott at mac.com> wrote:
> 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
>
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
More information about the Help-octave
mailing list