File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 30
30
color so that any alpha set by markerfacecolor will respected.
31
31
- Thomas Caswell
32
32
33
- >>>>>>> deprecate undocumented `matplotlib/mpl.py`
34
33
2012-11-13 Add a symmetric log normalization class to colors.py.
35
34
Also added some tests for the normalization class.
36
35
Till Stensitzki
Original file line number Diff line number Diff line change
1
+ """
2
+ .. note:: Deprecated in 1.3
3
+ """
1
4
import warnings
2
5
from matplotlib import MatplotlibDeprecationWarning as mplDeprecation
3
6
warnings .warn (
4
- "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 ."
5
8
"Please use `import matplotlib as mpl` instead" , mplDeprecation )
6
9
from matplotlib import artist
7
10
from matplotlib import axis
You can’t perform that action at this time.
0 commit comments