Skip to content

Commit bd24a0a

Browse files
committed
doc - clarifying that mincount is inclusive
1 parent bc6bccc commit bd24a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4507,7 +4507,7 @@ def hexbin(self, x, y, C=None, gridsize=100, bins=None,
45074507
Use a linear or log10 scale on the vertical axis.
45084508
45094509
mincnt : int > 0, default: *None*
4510-
If not *None*, only display cells with more than *mincnt*
4510+
If not *None*, only display cells with at least *mincnt*
45114511
number of points in the cell.
45124512
45134513
marginals : bool, default: *False*

0 commit comments

Comments
 (0)