Re: ¿Bug in hold() function? Octave 3.2.0

Ben Abbott bpabbott at mac.com
Wed Jun 10 19:42:04 CDT 2009


On Jun 10, 2009, at 4:55 PM, Marco Caliari wrote:

> 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

Marco,

I pushed a changeset attributed to you. I added José's m-file as a  
demo to hold.m

Ben

-------------- next part --------------
A non-text attachment was scrubbed...
Name: changeset.patch
Type: application/octet-stream
Size: 1827 bytes
Desc: not available
Url : https://www-old.cae.wisc.edu/pipermail/bug-octave/attachments/20090610/c6645dbc/attachment.obj 
-------------- next part --------------




More information about the Bug-octave mailing list