Skip to content

Commit

Permalink
Merge branch 'tickets/DM-37152'
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenam committed Dec 1, 2022
2 parents d7bf86e + dbfd00f commit 04ba3cb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/lsst/analysis/tools/actions/plot/skyPlot.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ class SkyPlot(PlotAction):
yAxisLabel = Field[str](doc="Label to use for the y axis.", optional=False)
zAxisLabel = Field[str](doc="Label to use for the z axis.", optional=False)

fixAroundZero = Field[bool](
doc="Fix the center of the colorscale to be zero.",
default=False,
)

plotOutlines = Field[bool](
doc="Plot the outlines of the ccds/patches?",
default=True,
Expand Down

0 comments on commit 04ba3cb

Please sign in to comment.