Skip to content

Commit 9b8f618

Browse files
committed
workaround for #164 is no longer needed, default to tk on MacOS like on other systems
1 parent 3104e93 commit 9b8f618

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/init.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ function find_backend(matplotlib::PyObject)
5454
conda = PyCall.conda || !isempty(PyCall.anaconda_conda())
5555
if Compat.Sys.islinux()
5656
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]
5957
else
6058
guis = [:tk, :qt5, :qt4, :wx, :gtk, :gtk3]
6159
end

0 commit comments

Comments
 (0)