We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea751a commit 3cbfe1aCopy full SHA for 3cbfe1a
1 file changed
src/init.jl
@@ -59,7 +59,7 @@ function find_backend(matplotlib::PyObject)
59
elseif is_apple() && conda # partially work around #164
60
guis = [:qt5, :qt4, :tk, :wx, :gtk, :gtk3]
61
else
62
- guis = [:tk, :qt4, :qt5, :wx, :gtk, :gtk3]
+ guis = [:tk, :qt5, :qt4, :wx, :gtk, :gtk3]
63
end
64
options = [(g,gui2matplotlib[g]) for g in guis]
65
0 commit comments