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

Skip to content

Commit efa3ec9

Browse files
committed
Fix some docstring typos
1 parent f124032 commit efa3ec9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines 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)