On Tue, May 18, 2010 at 12:58 PM, Jae-Joon Lee <lee.j.j...@gmail.com> wrote:

> All the artists that are drawn are kept in the figure instance, so you
> can inspect the figure instance.
> And you may use findobj for that if you want.
> On the other hand, Axes.texts keeps a list of text instances in the
> axes (e.g., gca().texts).
>

For more detail see the artist tutorial which describes the various
containers and how to remove objects from them


http://matplotlib.sourceforge.net/users/artists.html#axes-container

JDH

------------------------------------------------------------------------------

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to