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

Commit00b862f

Browse files
committed
DOC: Fix documentation error of hexbin
Closes#30764.
1 parent2630be9 commit00b862f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎lib/matplotlib/axes/_axes.py‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5420,8 +5420,9 @@ def hexbin(self, x, y, C=None, gridsize=100, bins=None,
54205420
- If *None*, no binning is applied; the color of each hexagon
54215421
directly corresponds to its count value.
54225422
- If 'log', use a logarithmic scale for the colormap.
5423-
Internally, :math:`log_{10}(i+1)` is used to determine the
5423+
Internally, :math:`log_{10}(i)` is used to determine the
54245424
hexagon color. This is equivalent to ``norm=LogNorm()``.
5425+
Note that 0 counts are thus marked with the "bad" color.
54255426
- If an integer, divide the counts in the specified number
54265427
of bins, and color the hexagons accordingly.
54275428
- If a sequence of values, the values of the lower bound of

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp