[Matplotlib-users] Using matplotlib/basemap interactively

2009-01-14 Thread Jon Blower
Hi all, I'd like to be able to create an GUI application based around a map created using the basemap library. In the GUI I'd like to be able to add and remove layers of information to the map interactively, based upon button presses. I have successfully interacted with basemap using IPython,

Re: [Matplotlib-users] Using matplotlib/basemap interactively

2009-01-14 Thread Jon Blower
OK, Mauro Cavalcanti has just solved my problems by posting about the release of his Croizat application! Looking through his source, I can answer both of my own questions (please correct me if I'm wrong): 1) Remove stuff from the map in script. I need to call remove() on the items on the map

Re: [Matplotlib-users] Using matplotlib/basemap interactively

2009-01-14 Thread Mauro Cavalcanti
Dear Jon, This is exactly what my just released MPL/Basemap/wxPython application for drawing biogeographic maps does! Get it (with source code under GNU GPL) form http://panbiog.infobio.net/croizat Hope it helps! Best regards, 2009/1/14 Jon Blower j.d.blo...@reading.ac.uk: Hi all, I'd like