Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f75b39 commit 9c9b72fCopy full SHA for 9c9b72f
doc/users/whats_new/plot_surface.rst
@@ -0,0 +1,15 @@
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
0 commit comments