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

Skip to content

Commit 72d6042

Browse files
committed
fix delimiters
1 parent 760812a commit 72d6042

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

galleries/examples/statistics/histogram_bihistogram.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
==========
2+
===========
33
Bihistogram
4-
==========
4+
===========
55
66
How to plot a bihistogram with Matplotlib.
77
"""
@@ -14,7 +14,7 @@
1414

1515
# %%
1616
# Generate data and plot a bihistogram
17-
# -----------------------------------------
17+
# ------------------------------------
1818
#
1919
# To generate a bihistogram we need two datasets (each being a vector of numbers).
2020
# We will plot both histograms using plt.hist() and set the weights of the second

0 commit comments

Comments
 (0)