|
From: <md...@us...> - 2009-12-31 15:47:10
|
Revision: 8057
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8057&view=rev
Author: mdboom
Date: 2009-12-31 15:46:58 +0000 (Thu, 31 Dec 2009)
Log Message:
-----------
[2916753] Wrong API signature- yscale
Modified Paths:
--------------
branches/v0_99_maint/lib/matplotlib/pyplot.py
Modified: branches/v0_99_maint/lib/matplotlib/pyplot.py
===================================================================
--- branches/v0_99_maint/lib/matplotlib/pyplot.py 2009-12-31 12:51:43 UTC (rev 8056)
+++ branches/v0_99_maint/lib/matplotlib/pyplot.py 2009-12-31 15:46:58 UTC (rev 8057)
@@ -954,7 +954,7 @@
"""
call signature::
- xscale(scale, **kwargs)
+ yscale(scale, **kwargs)
Set the scaling for the y-axis: %(scale)s
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|