OneDSubsetData

class rubin_sim.maf.plots.OneDSubsetData

Bases: BasePlotter

Plot a single axes from the sliceColList, identified by plot_dict[‘axis’], given the metric_values at all slicepoints [sums over non-visible axes].

Methods Summary

plot_binned_data1_d(metric_values, slicer, ...)

Parameters:

Methods Documentation

plot_binned_data1_d(metric_values, slicer, user_plot_dict, fignum=None)
Parameters:
metricValuenumpy.ma.MaskedArray
slicerrubin_sim.maf.slicers.NDSlicer
user_plot_dict: dict

Dictionary of plot parameters set by user (overrides default values). ‘axis’ keyword identifies which axis to show in the plot (along xaxis of plot).

fignumint

Matplotlib figure number to use (default = None, starts new figure).

Returns:
int

Matplotlib figure number used to create the plot.