diff --git a/README.md b/README.md index 888c84b..b51e30e 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ print(collection) Extract the plotting information: ```python +import matplotlib.pyplot as plt xbins, bins, weights = collection.lumi_histogram("SRA_Mh") plt.hist(xbins, bins=bins, weights=weights) plt.xlabel("$M_{h}\ {\\rm [GeV]}$")