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

Skip to content

Commit b19958e

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

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)