Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4753f6c

Browse files
authored
Merge pull request #10283 from anntzer/deprecate-obsolete-rcparam
Deprecate obsolete 'plugins.directory' rcparam.
2 parents 95f6d9c + c3267a2 commit 4753f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ def gen_candidates():
845845

846846
_deprecated_ignore_map = {'nbagg.transparent': 'figure.facecolor'}
847847

848-
_obsolete_set = {'text.dvipnghack'}
848+
_obsolete_set = {'plugins.directory', 'text.dvipnghack'}
849849

850850
# The following may use a value of None to suppress the warning.
851851
_deprecated_set = {'axes.hold'} # do NOT include in _all_deprecated

0 commit comments

Comments
 (0)