We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75815d2 commit 5f2a5ceCopy full SHA for 5f2a5ce
lib/matplotlib/tests/test_backend_qt5.py
@@ -32,10 +32,10 @@
32
@cleanup
33
@knownfailureif(not HAS_QT)
34
def test_fig_close():
35
- # force switch to the Qt4 backend
+ # force switch to the Qt5 backend
36
plt.switch_backend('Qt5Agg')
37
38
- #save the state of Gcf.figs
+ # save the state of Gcf.figs
39
init_figs = copy.copy(Gcf.figs)
40
41
# make a figure using pyplot interface
@@ -53,7 +53,7 @@ def test_fig_close():
53
def assert_correct_key(qt_key, qt_mods, answer):
54
"""
55
Make a figure
56
- Send a key_press_event event (using non-public, qt4 backend specific api)
+ Send a key_press_event event (using non-public, qt5 backend specific api)
57
Catch the event
58
Assert sent and caught keys are the same
59
0 commit comments