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
--
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
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
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
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