Skip to content

Commit 5dc478b

Browse files
committed
in base.py changed backend from qt5agg to qtagg
1 parent a50c9d5 commit 5dc478b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/napari_matplotlib/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import napari
66
from matplotlib.axes import Axes
7-
from matplotlib.backends.backend_qt5agg import (
7+
from matplotlib.backends.backend_qtagg import (
88
FigureCanvas,
99
NavigationToolbar2QT,
1010
)

0 commit comments

Comments
 (0)