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 2ac7b88 commit d700152Copy full SHA for d700152
lib/matplotlib/mpl.py
@@ -1,8 +1,8 @@
1
import warnings
2
+from matplotlib import MatplotlibDeprecationWarning as mDeprecation
3
warnings.warn(
4
"matplotlib.mpl is deprecated and will be removed in the next release."
- "Please use `import matplotlib as mpl` instead",
5
- DeprecationWarning)
+ "Please use `import matplotlib as mpl` instead", mDeprecation)
6
from matplotlib import artist
7
from matplotlib import axis
8
from matplotlib import axes
0 commit comments