|
From: <jd...@us...> - 2008-07-24 22:50:43
|
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.
|