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

Skip to content

Commit 7999661

Browse files
committed
FLK8
1 parent 38cb3dc commit 7999661

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/colors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,6 @@ def __call__(self, value, clip=None):
10361036
self.autoscale_None(result)
10371037
vmin, vmax = self._data_points[0], self._data_points[-1]
10381038

1039-
10401039
# its possible some of the data points are less than vmin
10411040
# or vmax. We could error out if some stop points are
10421041
# overrun, but this lets things keep going...

0 commit comments

Comments
 (0)