Skip to content

Commit 5455478

Browse files
committed
WIP
1 parent 6512e58 commit 5455478

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/napari_matplotlib/base.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121

2222

2323
class MPLWidget(QWidget):
24-
"""
25-
Widget containing a Matplotlib canvas and toolbar.
24+
"""Widget containing a Matplotlib canvas and toolbar.
2625
2726
This creates a single FigureCanvas, which contains a single
2827
`matplotlib.figure.Figure`, and an associated toolbar.
@@ -36,7 +35,6 @@ class MPLWidget(QWidget):
3635
3736
Attributes
3837
----------
39-
4038
viewer : `napari.Viewer`
4139
Main napari viewer.
4240
canvas : matplotlib.backends.backend_qt5agg.FigureCanvas

0 commit comments

Comments
 (0)