Hello Anxo,
On Fri, Mar 9, 2012 at 12:33 AM, Anxo <[email protected]> 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
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team