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

Skip to content

Commit 3f682c2

Browse files
committed
lint: fix line width 79
1 parent 56d8aa2 commit 3f682c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4648,8 +4648,9 @@ 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 (xmin, xmax, ymin, ymax) . The default assigns the limits
4652-
based on *gridsize*, *x*, *y*, *xscale* and *yscale*.
4651+
The limits of the bins (xmin, xmax, ymin, ymax).
4652+
The default assigns the limits based on
4653+
*gridsize*, *x*, *y*, *xscale* and *yscale*.
46534654
46544655
If *xscale* or *yscale* is set to 'log', the limits are
46554656
expected to be the exponent for a power of 10. E.g. for

0 commit comments

Comments
 (0)