Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ccd18b

Browse files
tacaswellMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #12157: Properly declare the interactive framework for the qt4foo backends.
1 parent 8a4398b commit 8ccd18b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/matplotlib/backends/backend_qt4agg.py

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

99
@_BackendQT5Agg.export
1010
class _BackendQT4Agg(_BackendQT5Agg):
11-
pass
11+
required_interactive_framework = "qt4"

lib/matplotlib/backends/backend_qt4cairo.py

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

44
@_BackendQT5Cairo.export
55
class _BackendQT4Cairo(_BackendQT5Cairo):
6-
pass
6+
required_interactive_framework = "qt4"

0 commit comments

Comments
 (0)