octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with __plt_get_axis_arg__.m


From: David Bateman
Subject: Re: Problem with __plt_get_axis_arg__.m
Date: Mon, 03 Dec 2007 11:37:48 +0100
User-agent: Thunderbird 1.5.0.7 (X11/20060921)

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                                address@hidden
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]