[Python-modules-team] Bug#663156: Bug#663156: [python-mpltoolkits.basemap] drawcoastlines doesn't work after libgeos update

Sandro Tosi morph at debian.org
Fri May 4 18:02:57 UTC 2012


Hello Anxo,

On Fri, Mar 9, 2012 at 12:33 AM, Anxo <anrlz at hotmail.com> wrote:
> The function drawcoastlines doesn't work after update of libgeos in Debian
> testing distribution from 3.2.2 to 3.3.1.
>
> There are two versions of the libgeos library in my system (3.2.2 and
> 3.3.1).

It works fine on my system, with both libgeos installed and just using
the example in the docs:

from mpl_toolkits.basemap import Basemap
import matplotlib.pyplot as plt
# setup Lambert Conformal basemap.
m = Basemap(width=12000000,height=9000000,projection='lcc',
            resolution='c',lat_1=45.,lat_2=55,lat_0=50,lon_0=-107.)
# draw coastlines.
m.drawcoastlines()
plt.show()

Can you please retry?

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi





More information about the Python-modules-team mailing list