We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb81dc commit 654f005Copy full SHA for 654f005
src/napari_matplotlib/scatter.py
@@ -68,7 +68,7 @@ def _get_data(self) -> Tuple[npt.NDArray[Any], npt.NDArray[Any], str, str]:
68
69
class ScatterWidget(ScatterBaseWidget):
70
"""
71
- Widget to display scatter plot of two similarly shaped image layers.
+ Scatter data in two similarly shaped layers.
72
73
If there are more than 500 data points, a 2D histogram is displayed instead
74
of a scatter plot, to avoid too many scatter points.
0 commit comments