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

Skip to content

Commit ade45f2

Browse files
authored
Merge pull request #12157 from anntzer/qt4-interactive-framework
FIX: Properly declare the interactive framework for the qt4foo backends.
2 parents 8391000 + bb33793 commit ade45f2

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)