Revision: 3994
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3994&view=rev
Author: mdboom
Date: 2007-10-24 11:01:26 -0700 (Wed, 24 Oct 2007)
Log Message:
-----------
Removing a limits change that shouldn't have been committed.
Modified Paths:
--------------
branches/transforms/examples/simple_plot.py
Modified: branches/transforms/examples/simple_plot.py
===================================================================
--- branches/transforms/examples/simple_plot.py 2007-10-24 17:11:00 UTC (rev 3993)
+++ branches/transforms/examples/simple_plot.py 2007-10-24 18:01:26 UTC (rev 3994)
@@ -17,6 +17,4 @@
#savefig('simple_plot.png')
savefig('simple_plot')
-axes().set_xlim(5, -5)
-
show()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|