We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b38c75 commit 6bd7b68Copy full SHA for 6bd7b68
src/init.jl
@@ -48,6 +48,8 @@ function find_backend(matplotlib::PyObject)
48
conda = PyCall.conda || !isempty(PyCall.anaconda_conda())
49
if Sys.islinux()
50
guis = [:tk, :gtk3, :gtk, :qt5, :qt4, :wx]
51
+ elseif Sys.isapple()
52
+ guis = [:qt5, :qt4, :wx, :gtk, :gtk3, :tk] # issue #410
53
else
54
guis = [:tk, :qt5, :qt4, :wx, :gtk, :gtk3]
55
end
0 commit comments