File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
Original file line number Diff line number Diff line change @@ -1308,14 +1308,6 @@ def __call__(self, value, clip=None):
1308
1308
def inverse (self , value ):
1309
1309
return value
1310
1310
1311
- # compatibility with earlier class names that violated convention:
1312
- normalize = cbook .deprecated ('1.3' , alternative = 'Normalize' ,
1313
- name = 'normalize' ,
1314
- obj_type = 'class alias' )(Normalize )
1315
- no_norm = cbook .deprecated ('1.3' , alternative = 'NoNorm' ,
1316
- name = 'no_norm' ,
1317
- obj_type = 'class alias' )(NoNorm )
1318
-
1319
1311
1320
1312
def rgb_to_hsv (arr ):
1321
1313
"""
Original file line number Diff line number Diff line change 52
52
53
53
# We may not need the following imports here:
54
54
from matplotlib .colors import Normalize
55
- from matplotlib .colors import normalize # for backwards compat.
56
55
from matplotlib .lines import Line2D
57
56
from matplotlib .text import Text , Annotation
58
57
from matplotlib .patches import Polygon , Rectangle , Circle , Arrow
You can’t perform that action at this time.
0 commit comments