DiaSkyPanel#

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

Bases: PanelConfig

Configuration options for DiaSkyPlot panels.

Attributes Summary

alpha

Point transparency (float, default 0.5)

bottomSpinesVisible

Draw line and ticks on bottom of panel? (bool, default True)

colorList

Colors for the points (str, default None)

decs

Names of Dec columns (List)

invertXAxis

Invert x-axis? (bool, default True)

leftSpinesVisible

Draw line and ticks on left side of panel? (bool, default True)

legendLabels

Labels for the legend (List, default None)

ras

Names of RA columns (List)

rightSpinesVisible

Draw line and ticks on right side of panel? (bool, default True)

size

Point size (float, default 20)

subplot2gridColspan

Number of rows for the axis to span to the right.

subplot2gridLocColumn

Column of the axis location within the grid.

subplot2gridLocRow

Row of the axis location within the grid.

subplot2gridRowspan

Number of rows for the axis to span downwards.

subplot2gridShapeColumn

Number of columns of the grid in which to place axis.

subplot2gridShapeRow

Number of rows of the grid in which to place axis.

topSpinesVisible

Draw line and ticks on top of panel? (bool, default False)

xlabel

Panel x-axis label.

ylabel

Panel y-axis label.

Attributes Documentation

alpha#

Point transparency (float, default 0.5)

bottomSpinesVisible#

Draw line and ticks on bottom of panel? (bool, default True)

colorList#

Colors for the points (str, default None)

decs#

Names of Dec columns (List)

invertXAxis#

Invert x-axis? (bool, default True)

leftSpinesVisible#

Draw line and ticks on left side of panel? (bool, default True)

legendLabels#

Labels for the legend (List, default None)

ras#

Names of RA columns (List)

rightSpinesVisible#

Draw line and ticks on right side of panel? (bool, default True)

size#

Point size (float, default 20)

subplot2gridColspan#

Number of rows for the axis to span to the right. (int, default 5)

subplot2gridLocColumn#

Column of the axis location within the grid. (int, default 1)

subplot2gridLocRow#

Row of the axis location within the grid. (int, default 1)

subplot2gridRowspan#

Number of rows for the axis to span downwards. (int, default 5)

subplot2gridShapeColumn#

Number of columns of the grid in which to place axis. (int, default 10)

subplot2gridShapeRow#

Number of rows of the grid in which to place axis. (int, default 10)

topSpinesVisible#

Draw line and ticks on top of panel? (bool, default False)

xlabel#

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

ylabel#

Panel y-axis label. (str, default 'Dec (deg)')