Re: [Matplotlib-users] basemap Cairo exception

2008-07-16 Thread Alex Stapleton
2008/7/16 Jeff Whitaker <[EMAIL PROTECTED]>: > Alex Stapleton wrote: >> >> Not sure if this is the right place to send this, can't seem to find a >> dedicated bugs list or issue tracker. Or much discussion regarding the >> basemap toolkit at all really

[Matplotlib-users] basemap Cairo exception

2008-07-16 Thread Alex Stapleton
lat_ts=50, resolution='i') map.drawcoastlines(linewidth=0.5) map.drawcountries(linewidth=0.5) map.drawstates(linewidth=0.5) map.drawmapboundary() plt.savefig("map.png", dpi=100) -- Alex Stapleton ---