From: John H. <jdh...@ac...> - 2004-02-22 19:19:44
|
>>>>> "Gary" == Gary Pajer <pa...@in...> writes: Gary> If I start interactive2.py, it complains that ShowOn can't Gary> be imported. Sure enough, there seems to be no method Gary> ShowOn. Or at least I can't find it. Consequently Gary> interactive2.py loses it's charm :) Gary> Or have I misunderstood something? You are using an out-of-date interactive2.py. Matplotlib recently changed (improved!) the way it sets the interactive flags. You have the new matplotlib module and the old interactive2.py code. Grab the latest *.tar.gz or *.zip and use examples/interactive2.py from that code. Should help, JDH |