Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6321e94

Browse files
committed
Improve removal note
1 parentdf3a092 commit6321e94

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

‎doc/api/next_api_changes/removals/18070-DS.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
rcsetup removals
2-
~~~~~~~~~~~~~~~~
3-
4-
The following functions in `~.rcsetup` have been removed:
1+
`.rcsetup` removals
2+
~~~~~~~~~~~~~~~~~~~
3+
The following functions in `matplotlib.rcsetup` have been removed:
54

65
- ``validate_path_exists`` - use `os.path.exists` instead.
76
- ``update_savefig_format`` - this just replaced ``'auto'`` with ``'png'``.
87
- ``validate_animation_writer_path``.
98

10-
And the following values are no longer valid:
9+
Changes to valid rcParams
10+
~~~~~~~~~~~~~~~~~~~~~~~~~
11+
The following rcParam values are no longer valid:
1112

1213
- Setting:rc:`savefig.format` to ``"auto"`` - use ``"png"`` instead.
1314
- Seeting:rc:`boxplot.whiskers` to ``"range"`` - set it to ``0, 100`` instead.

‎doc/api/prev_api_changes/api_changes_3.2.0/behavior.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Exception changes
293293
Various APIs that raised a `ValueError` for incorrectly typed inputs now raise
294294
`TypeError` instead: `.backend_bases.GraphicsContextBase.set_clip_path`,
295295
`.blocking_input.BlockingInput.__call__`, `.cm.register_cmap`, `.dviread.DviFont`,
296-
`.rcsetup.validate_hatch`, `.rcsetup.validate_animation_writer_path`, `.spines.Spine`,
296+
`.rcsetup.validate_hatch`, ``.rcsetup.validate_animation_writer_path``, `.spines.Spine`,
297297
many classes in the:mod:`matplotlib.transforms` module and:mod:`matplotlib.tri`
298298
package, and Axes methods that take a ``norm`` parameter.
299299

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp