We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25449fb commit ade4d13Copy full SHA for ade4d13
src/napari_matplotlib/scatter.py
@@ -127,7 +127,7 @@ def __init__(self, napari_viewer: napari.viewer.Viewer):
127
@property
128
def x_axis_key(self) -> Optional[str]:
129
"""
130
- Key to access x axis data from the FeaturesTable.
+ Key for the x-axis data.
131
132
return self._x_axis_key
133
@@ -139,7 +139,7 @@ def x_axis_key(self, key: Optional[str]) -> None:
139
140
def y_axis_key(self) -> Optional[str]:
141
142
- Key to access y axis data from the FeaturesTable.
+ Key for the y-axis data.
143
144
return self._y_axis_key
145
0 commit comments