effective_area¶
- gdt.core.plot.lib.effective_area(bins, ax, color='C0', orientation='vertical', **kwargs)[source]¶
Plot a histogram of the effective area of an instrument response.
- Parameters:
bins – (
Bins): The histogram of effective areaax (matplotlib.axes) – The axis on which to plot
**kwargs (optional) – Other plotting options
- Returns:
(list of matplotlib.lines.line2D)