JuliaPy / JuliaPy/PyPlot.jl

PyPlot crashes Atom

Open
#451 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
488
Forks
90
PR merge metrics
No merged PRs in 30d

Description

I am using Julia 1.1.1 on a MacBook Pro macOS Mojave v 10.14.5
The environment to use Julia is Atom 1.39.1 x64
To plot I use PyPlot and `PyPlot.backend` = Qt5Agg

From the REPL if I do:
`x = randn(100);
plot(x)`
I get a nice window with the plot; I can close the window and everything is OK!

If I use the same 2 lines of code in a file xxxx.jl, I get the same window with the plot as well as a message :
> Julia Client Evaluation finished

but then Atom halts and leaves with a message "Atom left unexpectedly"
Did somebody encounter this behaviour? Is there a solution?
Thanks in advance.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.