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 bf3ccb3

Browse filesBrowse files
committed
wireframe3d add docstring documenting rstride and cstride
1 parent ce3d899 commit bf3ccb3
Copy full SHA for bf3ccb3

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎lib/mpl_toolkits/mplot3d/axes3d.py

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