Re: [Matplotlib-users] Plotting basemap on top of other data

2011-12-13 Thread Laat de, Jos (KNMI)
#x27;png', dpi=dpi) -Original Message- From: Patrick Marsh [mailto:patrickmars...@gmail.com] Sent: zaterdag 10 december 2011 23:41 To: Laat de, Jos (KNMI) Cc: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] Plotting basemap on top of other data HI, My initial th

Re: [Matplotlib-users] Plotting basemap on top of other data

2011-12-10 Thread Patrick Marsh
HI, My initial thought was that you need to use the "zorder" keyword argument and set the zorder to a large value. However, the more I thought about it, I'm not really sure how you are plotting the satellite data. Can you provide a code snippet? PTM --- Patrick Marsh Ph.D. Student / Liaison to

Re: [Matplotlib-users] Plotting basemap on top of other data

2011-12-09 Thread Benjamin Root
On Friday, December 9, 2011, Laat de, Jos (KNMI) wrote: > I am working with (geostationary) satellite data, and one of the things I want to do is plot a map (coastlines) on top of the satellite image. As an IDL user I know how to do this in IDL (although in IDL it is a bit of a hassle), but I don’

[Matplotlib-users] Plotting basemap on top of other data

2011-12-09 Thread Laat de, Jos (KNMI)
I am working with (geostationary) satellite data, and one of the things I want to do is plot a map (coastlines) on top of the satellite image. As an IDL user I know how to do this in IDL (although in IDL it is a bit of a hassle), but I don't seem to be able to figure out how this could be done in p