matplotlib / basemap

Plot on map projections (with coastlines and political boundaries) using matplotlib
MIT License
779 stars 392 forks source link

mention pillow when PIL is not found (instead of linking to long-dead PIL page) #388

Closed megies closed 6 years ago

megies commented 6 years ago

I think instead of advertising the long-stale PIL page the import error should directly point towards pillow.

see also #177

WeatherGod commented 6 years ago

Thanks!