MonthHourglassPlot¶
- class rubin_sim.maf.plots.MonthHourglassPlot(month, year, **kwargs)¶
Bases:
GeneralHourglassPlot
Make an hourglass plot for a month
- Parameters:
- month
int
The month number (1-12).
- year
int
The year.
- Keyward arguments are passed to `GeneralHourglassPlot`
- Note that this pulls the chosen month’s data out of the metric
- values calculated for the entire survey. Unsubclassed, this class
- expects to obtain float/int data. To use it with other data, its
- subclass that includes the appropriate mixin
- (MonthHourglassCategoricalPlot or MonthHourglassUsePlot) or a
- custom subclass.
- month