BarPanel#

class lsst.analysis.tools.actions.plot.BarPanel(*args, **kw)#

Bases: Config

A configurable class describing a panel in a bar plot.

Attributes Summary

bars

A dict specifying the bar graphs to be plotted in this panel.

label

Panel x-axis label.

yscale

Y axis scaling.

Attributes Documentation

bars#

A dict specifying the bar graphs to be plotted in this panel. Keys are used to identify bar graph IDs. Values are used to add to the legend label displayed in the upper corner of the panel. (Dict)

label#

Panel x-axis label. (str, default 'label')

yscale#

Y axis scaling. (str, default 'linear')