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 b96821b commit 0c26356Copy full SHA for 0c26356
spectral/graphics/spypylab.py
@@ -895,8 +895,7 @@ def show_classes(self):
895
cm = ListedColormap(np.array(self.class_colors) / 255.)
896
self._update_class_rgb()
897
kwargs = self.imshow_class_kwargs.copy()
898
-
899
- kwargs.update({'cmap': cm, 'vmin': 0, 'norm': NoNorm(),
+ kwargs.update({'cmap': cm, 'norm':NoNorm(),
900
'interpolation': self._interpolation})
901
if self.axes is not None:
902
# A figure has already been created for the view. Make it current.
0 commit comments