YearHourglassPlot

class rubin_sim.maf.plots.YearHourglassPlot(year, **kwargs)

Bases: GeneralHourglassPlot

Make an array of monthly hourglass plots for a year.

Parameters:
yearint

The year.

Keyward arguments are passed to `GeneralHourglassPlot`
Note that this plot pulls the chosen year’s data out of the metric
values calculated for the entire survey. Like the
MonthHourglassPlot class, this class expects to obtain float/int
data. To use it with other data, its subclass that includes the
appropriate mixin (YearHourglassCategoricalPlot or
YearHourglassUsePlot) or a custom subclass.