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

Skip to content

Commit bf3ccb3

Browse files
committed
wireframe3d add docstring documenting rstride and cstride
1 parent ce3d899 commit bf3ccb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1717,7 +1717,9 @@ def plot_wireframe(self, X, Y, Z, *args, **kwargs):
17171717
Plot a 3D wireframe.
17181718
17191719
The `rstride` and `cstride` kwargs set the stride used to
1720-
sample the input data to generate the graph.
1720+
sample the input data to generate the graph. If either is 0
1721+
the input data in not sampled along this direction producing a
1722+
3D line plot rather than a wireframe plot.
17211723
17221724
========== ================================================
17231725
Argument Description

0 commit comments

Comments
 (0)