threeML.io.plotting.step_plot module

threeML.io.plotting.step_plot.step_plot(xbins, y, ax, fill=False, fill_min=0, **kwargs)[source]

Routine for plotting a in steps with the ability to fill the plot xbins is a 2D list of start and stop values. y are the values in the bins.