We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac9f52 commit ef7fd03Copy full SHA for ef7fd03
1 file changed
src/napari_matplotlib/scatter.py
@@ -8,7 +8,7 @@
8
from .base import NapariMPLWidget
9
from .util import Interval
10
11
-__all__ = ["ScatterWidget", "FeaturesScatterWidget"]
+__all__ = ["ScatterBaseWidget", "ScatterWidget", "FeaturesScatterWidget"]
12
13
14
class ScatterBaseWidget(NapariMPLWidget):
0 commit comments