Hi,
Im trying to create a precipitation contour plot using imshow() and basemap.
Id like to draw the imshow() plot so that it overlays the filled continents, 
yet NOT the continental outlines.
unfortunately, it appears that imshow()'s graphics are always drawn before 
everything else, so its 'zorder' argument is useless with basemap.
the imshow() output is always at the bottom layer, with everthing else being 
overlaid on it & covering it up.

is there a work-around for this, so that I can layer imshow()'s output between 
my calls to 'basemap.fillcontinents()' and 'basemap.drawcoastlines()'??? 

please help,

thanks,
p.romero
                                          
_________________________________________________________________
Hotmail has tools for the New Busy. Search, chat and e-mail from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_1
------------------------------------------------------------------------------

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

Reply via email to