[Matplotlib-users] "unpick"

2010-05-11 Thread michael . frauens
Maybe Pygame or a collision tool might work also, but I have to study to find out. Is there another preferred way that you see? or can recommend? Thank You and Best Regards, Michael Frauens --

[Matplotlib-users] delete instance of axvspan

2008-02-12 Thread Michael Frauens
I am using span selector to identify an area and then highlight in in green. I want the user to be able to validate this (or not) and then select another area (or not). However, when the user selects the alternate area I want the previous instance of axvspan to be deleted/removed. How do I re

[Matplotlib-users] mpl event backend; replotting a subplot (inefficient example improvement suggestions?)

2008-01-13 Thread Michael Frauens
I want to create an copy of a subplot in its unique figure after being clicked on in a figure with multiple subplots. My code seems to work but I believe is inefficient and I'd like to understand how to use the event.* information more effectively in mpl. I am successfully creating multiple su

[Matplotlib-users] backend_bases.MouseEvent / event.inaxes or ? for new figure from a subplot

2008-01-06 Thread Michael Frauens
I am trying to generate a separate, large plot, from a click on a single smaller subplot that is one of 8 plots in a figure I generate. I am generating the 8 plots fine and can "capture" event.inaxes and/or event.canvas instances but they only refer to a location. How do I use this location (o

[Matplotlib-users] location of from pylab import * effects Tk widgets keyword=text

2007-11-26 Thread Michael Frauens
Wasn't sure where to post this so I'll keep it brief (and I have tried to check forums, FAQ and guides) I'm a relative noob but have a Tk based GUI running properly and have used Matplotlib successfully in two separate implementations of code. When I try to combine my GUI code with my matplotli