8000 Make hexbin docstring PEP8 compliant · matplotlib/matplotlib@6f1a944 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f1a944

Browse files
committed
Make hexbin docstring PEP8 compliant
1 parent 17a3ead commit 6f1a944

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4163,7 +4163,8 @@ def hexbin(self, x, y, C=None, gridsize=100, bins=None,
41634163
linewidths : scalar, optional, default is *None*
41644164
If *None*, defaults to 1.0.
41654165
4166-
edgecolors : {'face', 'none', *None*} or mpl color, optional, default is 'face'
4166+
edgecolors : {'face', 'none', *None*} or mpl color, optional, default\
4167+
is 'face'
41674168
41684169
If 'face', draws the edges in the same color as the fill color.
41694170

0 commit comments

Comments
 (0)
0