Skip to content

Commit dc2e276

Browse files
committed
ENH: auto select qtagg not qt5agg
1 parent 2a5a365 commit dc2e276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpl_gui/_manage_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def select_gui_toolkit(newbackend=None):
6868
candidates = [best_guess]
6969
else:
7070
candidates = []
71-
candidates += ["macosx", "qt5agg", "gtk3agg", "tkagg", "wxagg"]
71+
candidates += ["macosx", "qtagg", "gtk3agg", "tkagg", "wxagg"]
7272

7373
# Don't try to fallback on the cairo-based backends as they each have
7474
# an additional dependency (pycairo) over the agg-based backend, and

0 commit comments

Comments
 (0)