We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227a33a commit 29e6e9bCopy full SHA for 29e6e9b
src/napari_matplotlib/scatter.py
@@ -75,14 +75,6 @@ class ScatterWidget(ScatterBaseWidget):
75
of a scatter plot, to avoid too many scatter points.
76
"""
77
78
- def __init__(
79
- self,
80
- napari_viewer: napari.viewer.Viewer,
81
- parent: Optional[QWidget] = None,
82
- ):
83
- super().__init__(napari_viewer, parent=parent)
84
- self.update_layers(None)
85
-
86
n_layers_input = Interval(2, 2)
87
input_layer_types = (napari.layers.Image,)
88
0 commit comments