Skip to content

Commit ade4d13

Browse files
committed
Improve x/y axis key doc
1 parent 25449fb commit ade4d13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/napari_matplotlib/scatter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def __init__(self, napari_viewer: napari.viewer.Viewer):
127127
@property
128128
def x_axis_key(self) -> Optional[str]:
129129
"""
130-
Key to access x axis data from the FeaturesTable.
130+
Key for the x-axis data.
131131
"""
132132
return self._x_axis_key
133133

@@ -139,7 +139,7 @@ def x_axis_key(self, key: Optional[str]) -> None:
139139
@property
140140
def y_axis_key(self) -> Optional[str]:
141141
"""
142-
Key to access y axis data from the FeaturesTable.
142+
Key for the y-axis data.
143143
"""
144144
return self._y_axis_key
145145

0 commit comments

Comments
 (0)