Re: [Matplotlib-users] checking if an artist is in the list of artists for an axes

2014-04-22 Thread Benjamin Root
In most cases, you can also query the artist object for which axes it belongs to: ax = a.get_axes() Note that is can be None if it hasn't been attached anywhere. Cheers! Ben Root On Tue, Apr 22, 2014 at 3:35 AM, Eric Firing wrote: > On 2014/04/21 8:30 PM, Michael Mossey wrote: > > How do I c

Re: [Matplotlib-users] checking if an artist is in the list of artists for an axes

2014-04-22 Thread Eric Firing
On 2014/04/21 8:30 PM, Michael Mossey wrote: > How do I check if an artist is in the list of artists attached to an axes? if a in ax.get_children(): ... Eric > > Mike > > > > -- > Start Your Social Network Today - Do

[Matplotlib-users] checking if an artist is in the list of artists for an axes

2014-04-21 Thread Michael Mossey
How do I check if an artist is in the list of artists attached to an axes? Mike -- Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software Java Based Open Source In