Skip to content

Commit 56d8aa2

Browse files
sappelhoffjklymak
andauthored
be more explicit about tuple in docstr
Co-authored-by: Jody Klymak <jklymak@gmail.com>
1 parent 03bac84 commit 56d8aa2

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
@@ -4648,7 +4648,7 @@ def hexbin(self, x, y, C=None, gridsize=100, bins=None,
46484648
left of the y-axis.
46494649
46504650
extent : 4-tuple of float, default: *None*
4651-
The limits of the bins. The default assigns the limits
4651+
The limits of the bins (xmin, xmax, ymin, ymax) . The default assigns the limits
46524652
based on *gridsize*, *x*, *y*, *xscale* and *yscale*.
46534653
46544654
If *xscale* or *yscale* is set to 'log', the limits are

0 commit comments

Comments
 (0)