10000
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 11e3464 commit 3b32e16Copy full SHA for 3b32e16
lib/matplotlib/colorbar.py
@@ -584,7 +584,7 @@ def _use_auto_colorbar_locator(self):
584
Return if we should use an adjustable tick locator or a fixed
585
one. (check is used twice so factored out here...)
586
"""
587
- contouring = self.boundaries is not None and self.spacing == 'uniform'
+ # contouring = self.boundaries is not None and self.spacing == 'uniform'
588
return (type(self.norm) in [colors.Normalize, colors.LogNorm])
589
590
def _reset_locator_formatter_scale(self):
0 commit comments