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 6511650 commit 088677cCopy full SHA for 088677c
2 files changed
CHANGELOG
@@ -30,7 +30,6 @@
30
color so that any alpha set by markerfacecolor will respected.
31
- Thomas Caswell
32
33
->>>>>>> deprecate undocumented `matplotlib/mpl.py`
34
2012-11-13 Add a symmetric log normalization class to colors.py.
35
Also added some tests for the normalization class.
36
Till Stensitzki
lib/matplotlib/mpl.py
@@ -1,7 +1,10 @@
1
+"""
2
+.. note:: Deprecated in 1.3
3
4
import warnings
5
from matplotlib import MatplotlibDeprecationWarning as mplDeprecation
6
warnings.warn(
- "matplotlib.mpl is deprecated and will be removed in the next release."
7
+ "matplotlib.mpl is deprecated and will be removed in version 1.4."
8
"Please use `import matplotlib as mpl` instead", mplDeprecation)
9
from matplotlib import artist
10
from matplotlib import axis
0 commit comments