Re: ¿Bug in hold() function? Octave 3.2.0
Marco Caliari
marco.caliari at univr.it
Wed Jun 10 15:55:07 CDT 2009
Dear José Luis,
I also encountered your problem with contourf and hold on. I solved it
changing the line
kids = [obj.children; kids];
into
kids = [kids;obj.children];
in m/plot/__go_draw_axes__.m
Now, your original script in
http://www-old.cae.wisc.edu/pipermail/bug-octave/2009-June/008769.html
seems fine to me.
But I'm not sure it is the right fix or just a workaround. I hope this
helps.
Cheers
Marco
More information about the Bug-octave
mailing list