Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5c0dadb

Browse files
committed
cleaned CenteredNorm code
1 parent 6f10076 commit 5c0dadb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/matplotlib/colors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,6 @@ def halfrange(self, halfrange):
13421342
self.vmax = None
13431343
else:
13441344
self._halfrange = abs(halfrange)
1345-
#self._set_vmin_vmax()
13461345

13471346
def __call__(self, value, clip=None):
13481347
if self._halfrange is not None:

0 commit comments

Comments
 (0)