Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9333c3e

Browse filesBrowse files
committed
Axes3D.scatter: Fix minor typo in description
1 parent b19958e commit 9333c3e
Copy full SHA for 9333c3e

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎lib/mpl_toolkits/mplot3d/axes3d.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/axes3d.py
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.