Skip to content

Commit

Permalink
Show image axes by default
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed May 6, 2022
1 parent dc19303 commit 3a135f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra_foam/special_suite/correlator_w.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def initUI(self):
view_selection_widget.setLayout(layout)

# Create plot widgets
self._image_view = ImageViewF(has_roi=True)
self._image_view = ImageViewF(has_roi=True, hide_axis=False)
for roi in self._image_view.rois:
roi.setLocked(False)
# Note: this QHBoxLayout is currently unused but should be kept, it's a
Expand Down

0 comments on commit 3a135f8

Please sign in to comment.