|
From: <ry...@us...> - 2009-02-04 20:06:20
|
Revision: 6875
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6875&view=rev
Author: ryanmay
Date: 2009-02-04 20:06:17 +0000 (Wed, 04 Feb 2009)
Log Message:
-----------
Remove unused imports.
Modified Paths:
--------------
trunk/matplotlib/examples/pylab_examples/pythonic_matplotlib.py
Modified: trunk/matplotlib/examples/pylab_examples/pythonic_matplotlib.py
===================================================================
--- trunk/matplotlib/examples/pylab_examples/pythonic_matplotlib.py 2009-02-04 13:37:24 UTC (rev 6874)
+++ trunk/matplotlib/examples/pylab_examples/pythonic_matplotlib.py 2009-02-04 20:06:17 UTC (rev 6875)
@@ -53,7 +53,7 @@
"""
-from pylab import figure, close, axes, subplot, show
+from pylab import figure, show
from numpy import arange, sin, pi
t = arange(0.0, 1.0, 0.01)
@@ -80,5 +80,3 @@
l.set_fontsize('large')
show()
-
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|