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 efa3ec9

Browse filesBrowse files
committed
Fix some docstring typos
1 parent f124032 commit efa3ec9
Copy full SHA for efa3ec9

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+3
-3
lines changed

‎lib/mpl_toolkits/mplot3d/axes3d.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/axes3d.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,7 +1559,7 @@ def plot_surface(self, X, Y, Z, *args, **kwargs):
15591559
(see next section) are provided.
15601560
15611561
The `rcount` and `ccount` kwargs supersedes `rstride` and
1562-
`cstride`for default sampling method for surface plotting.
1562+
`cstride` for default sampling method for surface plotting.
15631563
These arguments will determine at most how many evenly spaced
15641564
samples will be taken from the input data to generate the graph.
15651565
This is the default sampling method unless using the 'classic'
@@ -1770,11 +1770,11 @@ def plot_wireframe(self, X, Y, Z, *args, **kwargs):
17701770
the input data in not sampled along this direction producing a
17711771
3D line plot rather than a wireframe plot. The stride arguments
17721772
are only used by default if in the 'classic' mode. They are
1773-
now superceeded by `rcount` and `ccount`. Will raise ValueError
1773+
now superseded by `rcount` and `ccount`. Will raise ValueError
17741774
if both stride and count are used.
17751775
17761776
` The `rcount` and `ccount` kwargs supersedes `rstride` and
1777-
`cstride`for default sampling method for wireframe plotting.
1777+
`cstride` for default sampling method for wireframe plotting.
17781778
These arguments will determine at most how many evenly spaced
17791779
samples will be taken from the input data to generate the graph.
17801780
This is the default sampling method unless using the 'classic'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.