Matplotlib has popped up in a few threads here. I'm using it to make figures for a manual, and just uploaded a package to http://pypi.python.org/pypi/descartes/0.1. Descartes simplifies plotting a GeoJSON (or Shapely) polygon in a matplotlib figure to one line of code (not counting the one line to deserialize it from JSON). If you find it useful, please feel free to fork http://bitbucket.org/sgillies/descartes/. Support for other geometry types, and maybe __geo_interface__ are obvious things to add soon.
Cheers, -- Sean -- To unsubscribe, reply using "remove me" as the subject.
