Skip to content

Commit 1668411

Browse files
committed
Merge pull request matplotlib#2220 from felipeacsi/master
Fixing typo in docs
2 parents 4449654 + 649f029 commit 1668411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/devel/add_new_projection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ that handle data in two or more dimensions at a time, are called
1717

1818
From the user's perspective, the scale of a plot can be set with
1919
:meth:`~matplotlib.axes.Axes.set_xscale` and
20-
:meth:`~matplotlib.axes.Axes.set_xscale`. Projections can be chosen
20+
:meth:`~matplotlib.axes.Axes.set_yscale`. Projections can be chosen
2121
using the ``projection`` keyword argument to the
2222
:func:`~matplotlib.pylab.plot` or :func:`~matplotlib.pylab.subplot`
2323
functions, e.g.::

0 commit comments

Comments
 (0)