How to Substract histograms =========================== This example shows how to substract 2 histograms. To show the effect of substracting 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_diff.py