Re: [Matplotlib-users] problem with basemap & my data arrays, gap around plot edge

2009-04-06 Thread Jeff Whitaker
shrink your map region a little bit and it will go away. -Jeff > -Original Message- > From: Jeff Whitaker [mailto:jsw...@fastmail.fm] > Sent: 2009-04-06 6:13 AM > To: P.Romero > Cc: matplotlib-users@lists.sourceforge.net > Subject: Re: [Matplotlib-users] problem w

Re: [Matplotlib-users] problem with basemap & my data arrays, gap around plot edge

2009-04-06 Thread Jeff Whitaker
P.Romero wrote: > > Hi, > > Im having a problem with contourf & basemap; > > theres a fairly wide gap showing up around the top&left edges of my plot. > > Im trying to do the following: > > Import numpy as np > > Z=my_data( …) > > m=basemap( … ) > > X,Y=m(*np.meshgrid(Z.lon,Z.lat)) > > Znp=Z.filled