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 af1197d commit c3267a2Copy full SHA for c3267a2
1 file changed
lib/matplotlib/__init__.py
@@ -845,7 +845,7 @@ def gen_candidates():
845
846
_deprecated_ignore_map = {'nbagg.transparent': 'figure.facecolor'}
847
848
-_obsolete_set = {'text.dvipnghack'}
+_obsolete_set = {'plugins.directory', 'text.dvipnghack'}
849
850
# The following may use a value of None to suppress the warning.
851
_deprecated_set = {'axes.hold'} # do NOT include in _all_deprecated
0 commit comments