Revision: 5860 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5860&view=rev Author: jdh2358 Date: 2008-07-24 22:50:41 +0000 (Thu, 24 Jul 2008)
Log Message: ----------- added wx simple animation example Modified Paths: -------------- trunk/matplotlib/examples/animation/simple_anim_gtk.py trunk/matplotlib/examples/animation/simple_anim_wx.py Modified: trunk/matplotlib/examples/animation/simple_anim_gtk.py =================================================================== --- trunk/matplotlib/examples/animation/simple_anim_gtk.py 2008-07-24 22:49:38 UTC (rev 5859) +++ trunk/matplotlib/examples/animation/simple_anim_gtk.py 2008-07-24 22:50:41 UTC (rev 5860) @@ -1,5 +1,5 @@ """ -A simple example of an animated plot using a gtk backends +A simple example of an animated plot using a gtk backend """ import time import numpy as np Modified: trunk/matplotlib/examples/animation/simple_anim_wx.py =================================================================== --- trunk/matplotlib/examples/animation/simple_anim_wx.py 2008-07-24 22:49:38 UTC (rev 5859) +++ trunk/matplotlib/examples/animation/simple_anim_wx.py 2008-07-24 22:50:41 UTC (rev 5860) @@ -1,5 +1,5 @@ """ -A simple example of an animated plot using a gtk backends +A simple example of an animated plot using a wx backend """ import time import numpy as np This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Matplotlib-checkins mailing list Matplotlib-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins