Re: [Matplotlib-users] Basemap: High resolution output & cutout marks on contours

2010-10-04 Thread Jeff Whitaker
On 10/4/10 3:36 AM, nickj wrote: > Hello all, > > I'm playing with Matplotlib & Basemap for the first time, and > attempting to render data from the NOAA GFS models. With joy I finally > got something on screen, however I was wondering what I might be able > to do, to better improve the contou

Re: [Matplotlib-users] Basemap: High resolution output & cutout marks on contours

2010-10-04 Thread Daπid
On Mon, Oct 4, 2010 at 11:36 AM, nickj wrote: > To better illustrate my problem, here is a screenshot with added red lines > pointing to the odd slicing I get around the > contours: http://www.bigoceans.com/slices.png A low-tech option is to plot first all the oceans in light color, then overplot

[Matplotlib-users] Basemap: High resolution output & cutout marks on contours

2010-10-04 Thread nickj
Hello all, I'm playing with Matplotlib & Basemap for the first time, and attempting to render data from the NOAA GFS models. With joy I finally got something on screen, however I was wondering what I might be able to do, to better improve the contour rendering of the final map. To better illustrat