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 7a903b8 commit edbdea2Copy full SHA for edbdea2
run-mpl-test-suite.py
@@ -76,6 +76,8 @@ def _raise_on_image_difference(expected, actual, tol):
76
mplcairo.base.GraphicsContextRendererCairo
77
mpl.backends.backend_agg = \
78
sys.modules["matplotlib.backends.backend_agg"] = mplcairo.base
79
+ mpl.backend_bases._default_backends = {
80
+ k: "mplcairo.base" for k in mpl.backend_bases._default_backends}
81
82
with warnings.catch_warnings(record=True): # mpl 3.0
83
mpl.use("agg", force=True)
0 commit comments