Re: [Matplotlib-users] Basemap drawcoastlines issue

2009-10-06 Thread ringobelingo
Hi Jeff, I had already tried area_thresh, but suffered from the limitation that you pointed out, namely that although the inland waterways disappear, it is at the expense of a lot of land. That's why I wondered if the function might be splittable to avoid such issues. But thanks anyway. Ringo

Re: [Matplotlib-users] Basemap drawcoastlines issue

2009-10-06 Thread ringobelingo
Hi Scott, thanks for your response. This seems like the way to go! Ringo Scott Sinclair-4 wrote: > >>2009/10/1 ringobelingo : >> I would like to add coastlines to a map but do not want interior >> 'coastlines'. At present, without them my continents are not distinct >> enough >> from the dat

Re: [Matplotlib-users] Basemap drawcoastlines issue

2009-10-05 Thread Jeff Whitaker
Scott Sinclair wrote: >> 2009/10/1 ringobelingo : >> I would like to add coastlines to a map but do not want interior >> 'coastlines'. At present, without them my continents are not distinct enough >> from the data I am plotting in the background. But, when I draw them using >> drawcoastlines(), I

Re: [Matplotlib-users] Basemap drawcoastlines issue

2009-10-04 Thread Scott Sinclair
>2009/10/1 ringobelingo : > I would like to add coastlines to a map but do not want interior > 'coastlines'. At present, without them my continents are not distinct enough > from the data I am plotting in the background. But, when I draw them using > drawcoastlines(), I also get e.g. the great lake

[Matplotlib-users] Basemap drawcoastlines issue

2009-10-04 Thread ringobelingo
Hi, I would like to add coastlines to a map but do not want interior 'coastlines'. At present, without them my continents are not distinct enough from the data I am plotting in the background. But, when I draw them using drawcoastlines(), I also get e.g. the great lakes showing up, and this just