I used matplotlib in order to draw graphs in python.
I encountered problems when I embeded the matplotlib plots in wxpython.
I tried to handle mouse press events (from the plot) but this overrided the event handler from the toolbar. how can I catch mouse press events from the plot so the toolbar will still work ?
I encountered problems when I embeded the matplotlib plots in wxpython.
I tried to handle mouse press events (from the plot) but this overrided the event handler from the toolbar. how can I catch mouse press events from the plot so the toolbar will still work ?