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

2014-04-22 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

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 - Download

Re: [Matplotlib-users] Make clear figure used in the powerpoint slides?

2014-04-22 Thread Benjamin Root
Yes, there is a difference if you use the button versus explicitly stating the dpi in a savefig call. When you use the button, matplotlib has to use the default dpi since there is no other way to specify it. Cheers! Ben Root On Mon, Apr 21, 2014 at 5:03 PM, Chao YUE chaoyue...@gmail.com wrote:

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 efir...@hawaii.edu wrote: On 2014/04/21 8:30 PM, Michael Mossey

[Matplotlib-users] Basemap - bluemarble doesn't map to zommed in orthographic projection

2014-04-22 Thread Don Morton
Hello, I'm new to this list (but not matplotlib and basemap), and am not sure if this is the place to post basemap questions. I apologise if I have erred. I'm reporting an issue whereby if I try to plot a zoomed in orthographic projection with a bluemarble (or etopo or shaded relief)