Show More
@@ -173,8 +173,8 b' class TestPylabSwitch(object):' | |||||
173 | # Save rcParams since they get modified |
|
173 | # Save rcParams since they get modified | |
174 | self._saved_rcParams = matplotlib.rcParams |
|
174 | self._saved_rcParams = matplotlib.rcParams | |
175 | self._saved_rcParamsOrig = matplotlib.rcParamsOrig |
|
175 | self._saved_rcParamsOrig = matplotlib.rcParamsOrig | |
176 |
matplotlib.rcParams = dict(backend='Qt |
|
176 | matplotlib.rcParams = dict(backend='QtAgg') | |
177 |
matplotlib.rcParamsOrig = dict(backend='Qt |
|
177 | matplotlib.rcParamsOrig = dict(backend='QtAgg') | |
178 |
|
178 | |||
179 | # Mock out functions |
|
179 | # Mock out functions | |
180 | self._save_am = pt.activate_matplotlib |
|
180 | self._save_am = pt.activate_matplotlib |
General Comments 0
You need to be logged in to leave comments.
Login now