GridPanelConfig

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

Bases: Config

Attributes Summary

plotElement

Plot element.

title

String arguments passed into ax.set_title() defining the plot element title.

titleY

Y position of plot element title.

Attributes Documentation

plotElement

Plot element. (PlotElement, default <class 'lsst.analysis.tools.interfaces._actions.PlotElement'>)

title

String arguments passed into ax.set_title() defining the plot element title. (Dict)

titleY

Y position of plot element title. (float)