If I click on a bar that is part of a broken_barh collection which has its
picker attribute enabled, there appears to be two events generated for
example:
def on_pick(self, event):
print event.mouseevent.xdata
print event.mouseevent.ydata
clicking on a bar will cause this method to be executed twice, hence I get
something like this if I click just once:
5575.97222222
0.0277777777778
5575.97222222
0.0277777777778
Is there a workaround such that the method is executed only once?
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users