Skip to content

Commit 654f005

Browse files
committed
Improve scatter docstring
1 parent bdb81dc commit 654f005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/napari_matplotlib/scatter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def _get_data(self) -> Tuple[npt.NDArray[Any], npt.NDArray[Any], str, str]:
6868

6969
class ScatterWidget(ScatterBaseWidget):
7070
"""
71-
Widget to display scatter plot of two similarly shaped image layers.
71+
Scatter data in two similarly shaped layers.
7272
7373
If there are more than 500 data points, a 2D histogram is displayed instead
7474
of a scatter plot, to avoid too many scatter points.

0 commit comments

Comments
 (0)