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

Skip to content

Commit 23111dd

Browse files
committed
Merge pull request matplotlib#4805 from tomspur/axes3d_doc_typo
DOC: Axes3d doc typo
2 parents ed44362 + 9333c3e commit 23111dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,7 @@ def plot(self, xs, ys, *args, **kwargs):
14791479
========== ================================================
14801480
Argument Description
14811481
========== ================================================
1482-
*xs*, *ys* X, y coordinates of vertices
1482+
*xs*, *ys* x, y coordinates of vertices
14831483
14841484
*zs* z value(s), either one for all points or one for
14851485
each point.
@@ -2197,10 +2197,10 @@ def scatter(self, xs, ys, zs=0, zdir='z', s=20, c='b', depthshade=True,
21972197
the same plane. Default is 0.
21982198
*zdir* Which direction to use as z ('x', 'y' or 'z')
21992199
when plotting a 2D set.
2200-
*s* size in points^2. It is a scalar or an array of the
2200+
*s* Size in points^2. It is a scalar or an array of the
22012201
same length as *x* and *y*.
22022202
2203-
*c* a color. *c* can be a single color format string, or a
2203+
*c* A color. *c* can be a single color format string, or a
22042204
sequence of color specifications of length *N*, or a
22052205
sequence of *N* numbers to be mapped to colors using the
22062206
*cmap* and *norm* specified via kwargs (see below). Note

0 commit comments

Comments
 (0)