Problem with __plt_get_axis_arg__.m
David Bateman
David.Bateman at motorola.com
Mon Dec 3 04:37:48 CST 2007
Michael Goffioul wrote:
> I'm not sure this patch will solve my problem.
> Basically, the problem I have is that if I call patch with a group object
> as parent, like in
>
> patch (<hggroup_handle>, ...)
>
> then __patch__ is called with an axes object (the ancestor of the group
> object), like in
>
> __patch__ (<axes_handle>, ...)
>
> and the group object as parent is lost (that's what I meant by "screwing
> up the parent"). If I follow your patch correctly, it will results in
>
> __patch__ (NaN, ...)
>
> I don't see how this will help me. The group object is still lost, as it
> can never be returned by __plt_get_axis_arg__.
>
> Michael.
>
>
Ouch.. Ok I think I see what you are getting at, but its my belief that
__patch__ should expect only an axes handles, and the the hggroup should
be handled in patch.. Looking at
http://www.mathworks.com/access/helpdesk/help/techdoc/index.html?/access/helpdesk/help/techdoc/ref/patch.html
there isn't supposed to be a manner to call patch with an hggroup or in
fact an axes handle..
D.
--
David Bateman David.Bateman at motorola.com
Motorola Labs - Paris +33 1 69 35 48 04 (Ph)
Parc Les Algorithmes, Commune de St Aubin +33 6 72 01 06 33 (Mob)
91193 Gif-Sur-Yvette FRANCE +33 1 69 35 77 01 (Fax)
The information contained in this communication has been classified as:
[x] General Business Information
[ ] Motorola Internal Use Only
[ ] Motorola Confidential Proprietary
More information about the Octave-maintainers
mailing list