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 6ac62c8

Browse filesBrowse files
committed
remove trailing whitespace
1 parent 0ca30c2 commit 6ac62c8
Copy full SHA for 6ac62c8

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

‎galleries/examples/statistics/histogram_bihistogram.py

Copy file name to clipboardExpand all lines: galleries/examples/statistics/histogram_bihistogram.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# Plot the first histogram
3333
ax.hist(dataset1, bins=n_bins, label="Dataset 1")
3434

35-
# Plot the second histogram
35+
# Plot the second histogram
3636
# (notice the negative weights, which flip the histogram upside down)
3737
ax.hist(dataset2, weights=-np.ones_like(dataset2), bins=n_bins, label="Dataset 2")
3838
ax.axhline(0, color="k")

0 commit comments

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