Skip to content

Commit 9333c3e

Browse files
committed
Axes3D.scatter: Fix minor typo in description
1 parent b19958e commit 9333c3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)