From: John H. <jdh...@ac...> - 2004-11-09 16:14:15
|
>>>>> "matthew" == matthew arnison <ma...@ca...> writes: matthew> 1. I had to change toolbar = NavigationToolbar(canvas) matthew> to toolbar = NavigationToolbar(canvas, win) matthew> where win is the GTK window object. I guess the matthew> matplotlib API is still unstable. :) Oops. This one slipped under my radar screen. Sorry I didn't announce it as an API change. This also break examples/embedding_in_gtk2.py, for the same reason (fixed in CVS). Thanks for letting us know... JDH |