8000 Axes3D.plot: Fix minor typo in description · matplotlib/matplotlib@b19958e · GitHub
[go: up one dir, main page]

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 b19958e

Browse files
committed
Axes3D.plot: Fix minor typo in description
1 parent ed44362 commit b19958e

File tree

Expand file tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 1 addition & 1 deletion
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.

0 commit comments

Comments
 (0)
0