File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ `rcount ` and `ccount ` for `plot_surface() `
2+ ------------------------------------------
3+
4+ As of v2.0, mplot3d's :func: `~mpl_toolkits.mplot3d.axes3d.plot_surface ` now
5+ accepts `rcount ` and `ccount ` arguments for controlling the sampling of the
6+ input data for plotting. These arguments specify the maximum number of
7+ evenly spaced samples to take from the input data. These arguments are
8+ also the new default sampling method for the function, and is
9+ considered a style change.
10+
11+ The old `rstride ` and `cstride ` arguments, which specified the size of the
12+ evenly spaced samples, become the default when 'classic' mode is invoked,
13+ and are still available for use. There are no plans for deprecating these
14+ arguments.
15+
You can’t perform that action at this time.
0 commit comments