How to Add two histograms ========================= This example shows how to add 2 histograms. To show the effect of adding 2 histograms we use `matplotlib` to create a 2 by 2 grid to display multiple plots on the same window. The histograms are plotted using the plotting module `mpl` from this package (which internally uses matplotlib). .. literalinclude:: hist_add.py