Skip to content

Commit

Permalink
fixup: black rhoStatsPlot
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Dec 5, 2022
1 parent 11f1f41 commit badcca1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/lsst/analysis/tools/actions/plot/rhoStatisticsPlot.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ class RhoStatisticsPlotAction(PlotAction):

def setDefaults(self) -> None:
super().setDefaults()
self.rhoPlots = {
rhoName: XYPlot() for rhoName in ("rho0", "rho1", "rho2", "rho3", "rho4", "rho5")
}
self.rhoPlots = {rhoName: XYPlot() for rhoName in ("rho0", "rho1", "rho2", "rho3", "rho4", "rho5")}

for rhoId, rhoPlot in self.rhoPlots.items():
rhoPlot.xAxisLabel = "Separation [arcmin]"
Expand Down

0 comments on commit badcca1

Please sign in to comment.