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

Skip to content

Commit 649f029

Browse files
committed
Typo
1 parent 4449654 commit 649f029

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)