Skip to content
Snippets Groups Projects
Commit 06ca3bea authored by Martyn Gigg's avatar Martyn Gigg
Browse files

Fix backend attribute name.

Refs #21567
parent d7726fb5
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ else:
try:
FigureManagerQT = getattr(mpl_qtagg_backend, 'FigureManagerQT')
FigureCanvasQTAgg = getattr(mpl_qtagg_backend, 'FigureCanvasQTAgg')
FigureCanvas = getattr(mpl_qtagg_backend, 'FigureCanvasQTAgg')
except KeyError:
raise ImportError("Unknown form of matplotlib Qt backend.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment