We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ef83e commit 7277386Copy full SHA for 7277386
1 file changed
lib/matplotlib/colorbar.py
@@ -1202,6 +1202,7 @@ def _reset_locator_formatter_scale(self):
1202
self._locator = None
1203
self._minorlocator = None
1204
self._formatter = None
1205
+ self._minorformatter = None
1206
if (self.boundaries is not None or
1207
isinstance(self.norm, colors.BoundaryNorm)):
1208
if self.spacing == 'uniform':
0 commit comments