Skip to content

Commit c37c9a4

Browse files
committed
Set CompletenessHist legend to 2 columns
1 parent c1f2557 commit c37c9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lsst/analysis/tools/actions/plot/completenessPlot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def makePlot(self, data, plotInfo, **kwargs):
271271
lines_left + lines_right,
272272
labels_left + labels_right,
273273
loc=self.legendLocation,
274-
ncol=3,
274+
ncol=2,
275275
)
276276

277277
if idx == 0:

0 commit comments

Comments
 (0)