Skip to content

Commit 5b127df

Browse files
committed
added support for mincnt to hexbin
svn path=/trunk/matplotlib/; revision=6700
1 parent 7b5280f commit 5b127df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5270,7 +5270,7 @@ def hexbin(self, x, y, C = None, gridsize = 100, bins = None,
52705270
Use a linear or log10 scale on the vertical axis.
52715271
52725272
*mincnt*: None | a positive integer
5273-
If not None, only display cells with at least *mincnt*
5273+
If not None, only display cells with more than *mincnt*
52745274
number of points in the cell
52755275
52765276
Other keyword arguments controlling color mapping and normalization

0 commit comments

Comments
 (0)