|
From: Eric F. <ef...@ha...> - 2014-04-22 07:41:39
|
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 - Download eXo Platform
> Build your Enterprise Intranet with eXo Platform Software
> Java Based Open Source Intranet - Social, Extensible, Cloud Ready
> Get Started Now And Turn Your Intranet Into A Collaboration Platform
> http://p.sf.net/sfu/ExoPlatform
>
>
>
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
|