matplotlib for python

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shay
    New Member
    • Sep 2005
    • 1

    #1

    matplotlib for python

    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 ?
Working...