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

Skip to content

Commit 03bac84

Browse files
committed
DOC: hexbin 'extent' must be 4-tuple of float, not float
1 parent 2a3037f commit 03bac84

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
@@ -4647,7 +4647,7 @@ def hexbin(self, x, y, C=None, gridsize=100, bins=None,
46474647
colormapped rectangles along the bottom of the x-axis and
46484648
left of the y-axis.
46494649
4650-
extent : float, default: *None*
4650+
extent : 4-tuple of float, default: *None*
46514651
The limits of the bins. The default assigns the limits
46524652
based on *gridsize*, *x*, *y*, *xscale* and *yscale*.
46534653

0 commit comments

Comments
 (0)