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 b7ff5d4

Browse filesBrowse files
committed
PEP8 compliance fix
1 parent b448745 commit b7ff5d4
Copy full SHA for b7ff5d4

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎lib/matplotlib/axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8232,8 +8232,8 @@ def hist(self, x, bins=10, range=None, normed=False, weights=None,
82328232
ndata = np.array(n)
82338233
minimum = (np.min(ndata[ndata>0])) / logbase
82348234
else:
8235-
# For non-normed data, set the min to log base, again so that
8236-
# there is 1 full tick-label unit for the lowest bin
8235+
# For non-normed data, set the min to log base, again so
8236+
# that there is 1 full tick-label unit for the lowest bin
82378237
minimum = 1.0 / logbase
82388238

82398239
y[0], y[-1] = minimum, minimum

0 commit comments

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