Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6814900

Browse filesBrowse files
author
Umair Idris
committed
Fix remaining pep8 errors
1 parent 15f117c commit 6814900
Copy full SHA for 6814900

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3846,7 +3846,7 @@ def hexbin(self, x, y, C=None, gridsize=100, bins=None,
38463846
if extent is not None:
38473847
xmin, xmax, ymin, ymax = extent
38483848
else:
3849-
xmin, xmax = (np.amin(x), np.amax(x)) if x.any() else (0, 1)
3849+
xmin, xmax = (np.amin(x), np.amax(x)) if x.any() else (0, 1)
38503850
ymin, ymax = (np.amin(y), np.amax(y)) if y.any() else (0, 1)
38513851

38523852
# to avoid issues with singular data, expand the min/max pairs

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.