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. ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Matplotlib-checkins mailing list Matplotlib-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins