Re: [Matplotlib-users] Toggling points and legends

2008-12-01 Thread Mauro Cavalcanti
Dear Ryan, Thank your very much for your kind reply. I had already a couple of solutions to that problem, and your adds nicely to them! I am very grateful to everyone who have been so helpful and can assure you will also be formally acknowledged at the conclusion of this project. With warmest re

Re: [Matplotlib-users] Toggling points and legends

2008-12-01 Thread Ryan May
Mauro Cavalcanti wrote: > Dear ALL, > > Is there any example of toggling points on and off a MPL Basemap? I > see that there matplotlib artists have a handy "set_visible()" method, > but if I have a map with plotted points and use > "ax.set_visible(False)", the entire map is made invisible! Sorry

[Matplotlib-users] Toggling points and legends

2008-11-22 Thread Mauro Cavalcanti
Dear ALL, Is there any example of toggling points on and off a MPL Basemap? I see that there matplotlib artists have a handy "set_visible()" method, but if I have a map with plotted points and use "ax.set_visible(False)", the entire map is made invisible! Any hints? Thanks in advance! Best rega