10000 FIX: contouring · matplotlib/matplotlib@3b32e16 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b32e16

Browse files
committed
FIX: contouring
1 parent 11e3464 commit 3b32e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/colorbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ def _use_auto_colorbar_locator(self):
584584
Return if we should use an adjustable tick locator or a fixed
585585
one. (check is used twice so factored out here...)
586586
"""
587-
contouring = self.boundaries is not None and self.spacing == 'uniform'
587+
# contouring = self.boundaries is not None and self.spacing == 'uniform'
588588
return (type(self.norm) in [colors.Normalize, colors.LogNorm])
589589

590590
def _reset_locator_formatter_scale(self):

0 commit comments

Comments
 (0)
0