Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3b32e16

Browse files
committed
FIX: contouring
1 parent11e3464 commit3b32e16

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.boundariesisnotNoneandself.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)

[8]ページ先頭

©2009-2025 Movatter.jp