Mauro Cavalcanti wrote:
> Dear Jeff,
>
> Sorry for the delay in replying. I have been trying to deal with a
> problem when upgrading MPL (I presume should use the latest version of
> Basemap with the latest version of MPL).
>
Mauro: It's a good idea, but not necessary.
-Jeff
> 2008/12/13 Jeff
Dear Jeff,
Sorry for the delay in replying. I have been trying to deal with a
problem when upgrading MPL (I presume should use the latest version of
Basemap with the latest version of MPL).
2008/12/13 Jeff Whitaker :
>
> Mauro: I realize that - but if you can test the SVN version then I can make
Mauro Cavalcanti wrote:
> Dear Jeff,
>
> Thanks for your attention.
>
> 2008/12/13 Jeff Whitaker :
>
>> Mauro: Did you update from SVN? If so, can be more specific about what
>> didn't work? The return value of fillcontinents should be a list of Polygon
>> instances, each with a remove method
Mauro Cavalcanti wrote:
> Dear Jeff,
>
> 2008/12/13 Jeff Whitaker :
>
>> Mauro: That's a bug - the fillcontinents method was only returning the last
>> Polygon instance drawn. I've fixed it in SVN (r6579) to return a list of
>> all the Polygon instances. You can now iterate over that list and
Mauro Cavalcanti wrote:
> Dear ALL,
>
> Am I intending to change the world's geography? No, not quite. I just
> would like to know how to deal with the following problem, I have
> stumbled upon in MPL/Basemap: I have a line:
>
> continents = map.fillcontinents(color='coral, lake_color='blue')
>
> w
Dear ALL,
Am I intending to change the world's geography? No, not quite. I just
would like to know how to deal with the following problem, I have
stumbled upon in MPL/Basemap: I have a line:
continents = map.fillcontinents(color='coral, lake_color='blue')
where map is, of course, a Basemap insta