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 ffd8d6a commit 50a1808Copy full SHA for 50a1808
doc/api/prev_api_changes/api_changes_3.1.0.rst
@@ -750,6 +750,9 @@ The following signature related behaviours are deprecated:
750
- Passing ``shade=None`` to `~.axes3d.Axes3D.plot_surface` is deprecated. This
751
was an unintended implementation detail with the same semantics as
752
``shade=False``. Please use the latter code instead.
753
+- `matplotlib.ticker.MaxNLocator` and its *set_params* method will issue
754
+ a warning on unknown keyword arguments instead of silently ignoring them.
755
+ Future versions will raise an error.
756
757
Changes in parameter names
758
--------------------------
0 commit comments