DiaSkyPanel#
- class lsst.analysis.tools.actions.plot.DiaSkyPanel(*args, **kw)#
Bases:
PanelConfigConfiguration options for DiaSkyPlot panels.
Attributes Summary
Point transparency (
float, default0.5)Draw line and ticks on bottom of panel? (
bool, defaultTrue)Colors for the points (
str, defaultNone)Names of Dec columns (
List)Invert x-axis? (
bool, defaultTrue)Draw line and ticks on left side of panel? (
bool, defaultTrue)Labels for the legend (
List, defaultNone)Names of RA columns (
List)Draw line and ticks on right side of panel? (
bool, defaultTrue)Point size (
float, default20)Number of rows for the axis to span to the right.
Column of the axis location within the grid.
Row of the axis location within the grid.
Number of rows for the axis to span downwards.
Number of columns of the grid in which to place axis.
Number of rows of the grid in which to place axis.
Draw line and ticks on top of panel? (
bool, defaultFalse)Panel x-axis label.
Panel y-axis label.
Attributes Documentation
- alpha#
Point transparency (
float, default0.5)
- bottomSpinesVisible#
Draw line and ticks on bottom of panel? (
bool, defaultTrue)
- colorList#
Colors for the points (
str, defaultNone)
- decs#
Names of Dec columns (
List)
- invertXAxis#
Invert x-axis? (
bool, defaultTrue)
- leftSpinesVisible#
Draw line and ticks on left side of panel? (
bool, defaultTrue)
- legendLabels#
Labels for the legend (
List, defaultNone)
- ras#
Names of RA columns (
List)
- rightSpinesVisible#
Draw line and ticks on right side of panel? (
bool, defaultTrue)
- size#
Point size (
float, default20)
- subplot2gridColspan#
Number of rows for the axis to span to the right. (
int, default5)
- subplot2gridLocColumn#
Column of the axis location within the grid. (
int, default1)
- subplot2gridLocRow#
Row of the axis location within the grid. (
int, default1)
- subplot2gridRowspan#
Number of rows for the axis to span downwards. (
int, default5)
- subplot2gridShapeColumn#
Number of columns of the grid in which to place axis. (
int, default10)
- subplot2gridShapeRow#
Number of rows of the grid in which to place axis. (
int, default10)
- topSpinesVisible#
Draw line and ticks on top of panel? (
bool, defaultFalse)
- xlabel#
Panel x-axis label. (
str, default'RA (deg)')
- ylabel#
Panel y-axis label. (
str, default'Dec (deg)')