Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c1121f9

Browse files
timhoffmQuLogic
andauthored
Update lib/matplotlib/axes/_axes.py
Co-Authored-By: Elliott Sales de Andrade <[email protected]>
1 parent 54746eb commit c1121f9

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
@@ -4592,7 +4592,7 @@ def hexbin(self, x, y, C=None, gridsize=100, bins=None,
45924592
- *None*: Draw outlines in the default color.
45934593
- An explicit matplotlib color.
45944594
4595-
reduce_C_function : callcable, default is `numpy.mean`
4595+
reduce_C_function : callable, default is `numpy.mean`
45964596
The function to aggregate *C* within the bins. It is ignored if
45974597
*C* is not given. This must have the signature::
45984598

0 commit comments

Comments
 (0)