We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8869080 commit 2d69416Copy full SHA for 2d69416
src/napari_matplotlib/base.py
@@ -25,7 +25,7 @@ class NapariMPLWidget(QWidget):
25
Widget containing a Matplotlib canvas and toolbar.
26
27
This creates a single FigureCanvas, which contains a single
28
- `~matplotlib.figure.Figure`, and an associated toolbar.
+ `matplotlib.figure.Figure`, and an associated toolbar.
29
It is not responsible for creating any Axes, because different
30
widgets may want to implement different subplot layouts.
31
@@ -36,6 +36,7 @@ class NapariMPLWidget(QWidget):
36
37
Attributes
38
----------
39
+
40
viewer : `napari.Viewer`
41
Main napari viewer.
42
canvas : matplotlib.backends.backend_qt5agg.FigureCanvas
0 commit comments