8000
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 6636090 commit df3a092Copy full SHA for df3a092
doc/api/next_api_changes/removals/18070-DS.rst
@@ -0,0 +1,14 @@
1
+rcsetup removals
2
+~~~~~~~~~~~~~~~~
3
+
4
+The following functions in `~.rcsetup` have been removed:
5
6
+- ``validate_path_exists`` - use `os.path.exists` instead.
7
+- ``update_savefig_format`` - this just replaced ``'auto'`` with ``'png'``.
8
+- ``validate_animation_writer_path``.
9
10
+And the following values are no longer valid:
11
12
+- Setting :rc:`savefig.format` to ``"auto"`` - use ``"png"`` instead.
13
+- Seeting :rc:`boxplot.whiskers` to ``"range"`` - set it to ``0, 100`` instead.
14
+- Setting :rc:`text.hinting` to `False` or `True` - set it to ``"auto"`` or ``"none"`` respectively.
0 commit comments