histo_filled

gdt.core.plot.lib.histo_filled(bins, ax, color='#9a4e0e', fill_alpha=0.2, **kwargs)[source]

Plot a filled histogram.

Parameters:
  • bins (TimeBins or EnergyBins) – The lightcurve or count spectrum histograms

  • ax (matplotlib.axes) – The axis on which to plot

  • color (str, optional) – The color of the filled histogram

  • fill_alpha (float, optional) – The alpha of the fill

  • **kwargs – Other plotting options

Returns:

(list of matplotlib.lines.Line2D and matplotlib.collections.PolyCollection)