Skip to content

Commit e19fd1c

Browse files
committed
Remove note
1 parent 7481583 commit e19fd1c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,17 +1437,6 @@ def plot_surface(self, X, Y, Z, *args, norm=None, vmin=None,
14371437
the input data is larger, it will be downsampled (by slicing) to
14381438
these numbers of points.
14391439
1440-
.. note::
1441-
1442-
To maximize rendering speed consider setting *rstride* and *cstride*
1443-
to divisors of the number of rows minus 1 and columns minus 1
1444-
respectively. For example, given 51 rows rstride can be any of the
1445-
divisors of 50.
1446-
1447-
Similarly, a setting of *rstride* and *cstride* equal to 1 (or
1448-
*rcount* and *ccount* equal the number of rows and columns) can use
1449-
the optimized path.
1450-
14511440
Parameters
14521441
----------
14531442
X, Y, Z : 2d arrays

0 commit comments

Comments
 (0)