Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7851aac

Browse files
committed
Merged revisions 8016,8036,8057 via svnmerge from
https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v0_99_maint ........ r8016 | heeres | 2009-12-09 19:09:03 -0500 (Wed, 09 Dec 2009) | 2 lines Mplot3d: fix scatter3d markers bug ........ r8036 | jdh2358 | 2009-12-16 14:21:44 -0500 (Wed, 16 Dec 2009) | 1 line add mpl book to index sidebar ........ r8057 | mdboom | 2009-12-31 10:46:58 -0500 (Thu, 31 Dec 2009) | 2 lines [2916753] Wrong API signature- yscale ........ svn path=/trunk/matplotlib/; revision=8058
1 parent ed7a15f commit 7851aac

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

doc/_templates/indexsidebar.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ <h3>News</h3>
99
pathto('users/installing') }}">installing</a>
1010
</p>
1111

12+
<p>Sandro Tosi has a new book
13+
<a href="http://www.packtpub.com/matplotlib-python-development/book">Matplotlib for python
14+
developers</a>
15+
also
16+
at <a href="http://www.amazon.com/Matplotlib-Python-Developers-Sandro-Tosi/dp/1847197906">amazon</a>.</p>
17+
1218
<p>Build websites like matplotlib's,
1319
with <a href="http://sphinx.pocoo.org/">sphinx</a> and extensions for
1420
mpl plots, math, inheritance diagrams -- try

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ def yscale(*args, **kwargs):
945945
"""
946946
call signature::
947947
948-
xscale(scale, **kwargs)
948+
yscale(scale, **kwargs)
949949
950950
Set the scaling for the y-axis: %(scale)s
951951

0 commit comments

Comments
 (0)