When running the cursor_demo with the wxAgg I get the following error:
C:\programming\matplotlib-0.61.0\examples>cursor_demo.py
Traceback (most recent call last):
File "C:\programming\matplotlib-0.61.0\examples\cursor_demo.py", line 87,
in ?
canvas.connect('motion_notify_event', cursor.mouse_move)
AttributeError: 'FigureCanvasWxAgg' object has no attribute 'connect'
|