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

Commitc8b5dea

Browse files
committed
Use guarded autoscale_None for use when vmin/vmax are None.
1 parent281b09d commitc8b5dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4943,7 +4943,7 @@ def reduce_C_function(C: array) -> float
49434943
# autoscale the norm with current accum values if it hasn't been set
49444944
ifnormisnotNone:
49454945
ifnorm.vminisNoneandnorm.vmaxisNone:
4946-
norm.autoscale(accum)
4946+
norm.autoscale_None(accum)
49474947

49484948
ifbinsisnotNone:
49494949
ifnotnp.iterable(bins):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp