From: John H. <jdh...@ac...> - 2004-09-27 16:09:06
|
>>>>> "Alan" == Alan G Isaac <ai...@am...> writes: Alan> Is there another way I am supposed to be achieving this Alan> behavior? And can the warning be elaborated a bit, so it is Alan> clearer why this is a bad idea? In truth, the latest release of matplotlib sets a flag on show to prevent repeated calls from doing any real damage. But for classroom use, I suggest you just put "interactive : True" in your rc file and then you have no need for show. Is there a downside to this approach? JDH |