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.
2 parents 6786f43 + 90e005e commit 85be822Copy full SHA for 85be822
lib/matplotlib/_api/deprecation.py
@@ -18,16 +18,7 @@
18
19
20
class MatplotlibDeprecationWarning(DeprecationWarning):
21
- """
22
- A class for issuing deprecation warnings for Matplotlib users.
23
-
24
- In light of the fact that Python builtin DeprecationWarnings are ignored
25
- by default as of Python 2.7 (see link below), this class was put in to
26
- allow for the signaling of deprecation, but via UserWarnings which are not
27
- ignored by default.
28
29
- https://docs.python.org/dev/whatsnew/2.7.html#the-future-for-python-2-x
30
+ """A class for issuing deprecation warnings for Matplotlib users."""
31
32
33
# mplDeprecation is deprecated. Use MatplotlibDeprecationWarning instead.
0 commit comments