Saving histograms in a list using PyROOT

Instead of adding them to a list, add them to THStack (in that same loop), then just draw the THStack. See this recent post with a similar case: