Plotting model data

class item.model.plot.Plot(data, *fn_extra)[source]

Plot class.

Subclass Plot, overriding the variables below and optionally the filter() method, to create plots.

filter(data)[source]

Override this method to filter or transform the selected data.

classmethod from_dict(name, attrs={})[source]

Create a Plot subclass with given name and attrs.

item.model.plot.min_max(data, dims)[source]

Add ‘min’ and ‘max’ columns to data, grouped on dims.

item.model.plot.plot_all_item1()[source]

Produce all plots for the iTEM1 database.