Skip to content

Commit c2469ee

Browse files
authored
Fix typo in Visible graphics feature (#892)
1 parent d7d162d commit c2469ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastplotlib/graphics/features/_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def set_value(self, graphic, value: np.ndarray | list | tuple):
130130
class Visible(GraphicFeature):
131131
"""Access or change the visibility."""
132132

133-
property_name = "offset"
133+
property_name = "visible"
134134
event_info_spec = [
135135
{"dict key": "value", "type": "bool", "description": "new visibility bool"},
136136
]

0 commit comments

Comments
 (0)