Skip to content

Commit 2cb81e8

Browse files
committed
Add doc to base widget
1 parent 5d19f2c commit 2cb81e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/napari_matplotlib/base.py

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
class NapariMPLWidget(QWidget):
1010
"""
11+
Base widget that can be embedded as a napari widget and contains a
12+
Matplotlib canvas.
13+
14+
This creates a single Axes, and sub-classes should implement logic for
15+
drawing on that Axes.
16+
1117
Attributes
1218
----------
1319
viewer : `napari.Viewer`

0 commit comments

Comments
 (0)