histo_filled¶
- gdt.core.plot.lib.histo_filled(bins, ax, color='#9a4e0e', fill_alpha=0.2, **kwargs)[source]¶
Plot a filled histogram.
- Parameters:
bins (
TimeBinsorEnergyBins) – The lightcurve or count spectrum histogramsax (
matplotlib.axes) – The axis on which to plotcolor (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)