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 3104e93 commit 9b8f618Copy full SHA for 9b8f618
src/init.jl
@@ -54,8 +54,6 @@ function find_backend(matplotlib::PyObject)
54
conda = PyCall.conda || !isempty(PyCall.anaconda_conda())
55
if Compat.Sys.islinux()
56
guis = [:tk, :gtk3, :gtk, :qt5, :qt4, :wx]
57
- elseif Compat.Sys.isapple() && conda # partially work around #164
58
- guis = [:qt5, :qt4, :tk, :wx, :gtk, :gtk3]
59
else
60
guis = [:tk, :qt5, :qt4, :wx, :gtk, :gtk3]
61
end
0 commit comments