BarPanel#
- class lsst.analysis.tools.actions.plot.BarPanel(*args, **kw)#
Bases:
ConfigA configurable class describing a panel in a bar plot.
Attributes Summary
A dict specifying the bar graphs to be plotted in this panel.
Panel x-axis label.
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')