octave-maintainers
[Top][All Lists]
Advanced

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

Re: [Changeset]: Re: cla() ?


From: Michael Goffioul
Subject: Re: [Changeset]: Re: cla() ?
Date: Fri, 10 Oct 2008 22:09:54 +0200

On Fri, Oct 10, 2008 at 5:34 PM, John W. Eaton <address@hidden> wrote:
> |  From my naive position that looks like a simple change. Might someone
> | take care of that?
>
> I would, but I don't know precisely what the
> figure::properties::remove_child function should do.   I assume it
> would be something like
>
>  void
>  figure::properties::remove_child (const graphics_handle& h)
>  {
>    if (h.ok () && h == currentaxes.handle_value ())
>      xset (0, "currentaxes", ???);
>
>    base_properties::remove_child (h);
>  }
>
> but I don't know how to determine which axes should become the new
> currentaxes.

This is indeed what's needed. For the new value of currentaxes,
I suggest to use the proposal of Ben.

Michael.


reply via email to

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