Skip to content

Commit 3cbfe1a

Browse files
committed
qt5 is now working better than qt4 on Windows
1 parent eea751a commit 3cbfe1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/init.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function find_backend(matplotlib::PyObject)
5959
elseif is_apple() && conda # partially work around #164
6060
guis = [:qt5, :qt4, :tk, :wx, :gtk, :gtk3]
6161
else
62-
guis = [:tk, :qt4, :qt5, :wx, :gtk, :gtk3]
62+
guis = [:tk, :qt5, :qt4, :wx, :gtk, :gtk3]
6363
end
6464
options = [(g,gui2matplotlib[g]) for g in guis]
6565

0 commit comments

Comments
 (0)