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

Skip to content

Commit d43caec

Browse files
committed
Fixed line 4173 for pep8 conformance
1 parent d0aa9ae commit d43caec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4176,9 +4176,9 @@ def hexbin(self, x, y, C=None, gridsize=100, bins=None,
41764176
This is the default, as it avoids unsightly unpainted pixels
41774177
between the hexagons.
41784178
4179-
If *None*, draws the outlines in the default color.
4179+
If *None*, draws outlines in the default color.
41804180
4181-
If a matplotlib color arg, draws the outlines in the specified color.
4181+
If a matplotlib color arg, draws outlines in the specified color.
41824182
41834183
Returns
41844184
-------

0 commit comments

Comments
 (0)