We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760812a commit 72d6042Copy full SHA for 72d6042
galleries/examples/statistics/histogram_bihistogram.py
@@ -1,7 +1,7 @@
1
"""
2
-==========
+===========
3
Bihistogram
4
5
6
How to plot a bihistogram with Matplotlib.
7
@@ -14,7 +14,7 @@
14
15
# %%
16
# Generate data and plot a bihistogram
17
-# -----------------------------------------
+# ------------------------------------
18
#
19
# To generate a bihistogram we need two datasets (each being a vector of numbers).
20
# We will plot both histograms using plt.hist() and set the weights of the second
0 commit comments