JuliaPy / PyPlot.jl

Plotting for Julia based on matplotlib.pyplot
https://github.com/JuliaPy/PyPlot.jl
MIT License
478 stars 88 forks source link

This is #410 — tkagg is broken (upstream bug) on MacOS, and you need to use a non-tk backend. #442

Closed liuyoufang closed 5 years ago

liuyoufang commented 5 years ago

I also tried to changed the backend to Qt5agg and macosx, which is still not working apparently

This is #410 — tkagg is broken (upstream bug) on MacOS, and you need to use a non-tk backend.

Are you using the Conda Python? (What is PyPlot.PyCall.python?) Conda can automatically install the qt backend for you.

Originally posted by @stevengj in https://github.com/JuliaPy/PyPlot.jl/issues/441#issuecomment-491627324

stevengj commented 5 years ago

Please don't post duplicate issues.