axis.get_child_artists() marked depreciated, what to use else.

The online documentation on
<http://matplotlib.sourceforge.net/matplotlib.axes.html> marks the
method 'get_child_artists' deprecated. What else can I use instead?

Thanks
Berthold

···

--
                            __ Address:
                         G / \ L Germanischer Lloyd
phone: +49-40-36149-7374 -+----+- Vorsetzen 35 P.O.Box 111606
fax : +49-40-36149-7320 \__/ D-20459 Hamburg D-20416 Hamburg

Use ax.get_children in matplotlib-0.90 and svn.

JDH

···

On 2/27/07, Berthold Höllmann <berthold@...1406...> wrote:

The online documentation on
<http://matplotlib.sourceforge.net/matplotlib.axes.html&gt; marks the
method 'get_child_artists' deprecated. What else can I use instead?