Skip to content

Commit 7277386

Browse files
committed
FIX: minorformatter None
1 parent 29ef83e commit 7277386

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/colorbar.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,6 +1202,7 @@ def _reset_locator_formatter_scale(self):
12021202
self._locator = None
12031203
self._minorlocator = None
12041204
self._formatter = None
1205+
self._minorformatter = None
12051206
if (self.boundaries is not None or
12061207
isinstance(self.norm, colors.BoundaryNorm)):
12071208
if self.spacing == 'uniform':

0 commit comments

Comments
 (0)