Skip to content

Commit

Permalink
fix original mark visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Jan 25, 2024
1 parent da42dab commit 711bc79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jdaviz/core/template_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -2089,7 +2089,8 @@ def marks(self):
x=x_coords,
y=y_coords,
colors=['#c75109'],
fill_opacities=[0.0])
fill_opacities=[0.0],
visible=self.plugin.is_active)
all_aperture_marks.append(mark)
viewer.figure.marks = viewer.figure.marks + [mark]
return all_aperture_marks
Expand Down

0 comments on commit 711bc79

Please sign in to comment.