Hi, with both julia 0.7 and 1.0 I can make graphs from the REPL but whenever I try to do it from Atom, there’s no output in the Plot pane nor I can open the gui windows, neither with GR or PyPlot.
However, the graphs are generated and can be saved into a file but can’t be displayed in the Plot Pane, when I try to do:
display(plot(1:10,1:10,m=:o,leg=false))
I get the output:
BoundsError: attempt to access 0-element Array{AbstractDisplay,1} at index [0]
This is the information of the installed packages
(v1.0) pkg> st
Status `~/.julia/environments/v1.0/Project.toml`
[c52e3926] Atom v0.7.10
[31c24e10] Distributions v0.16.4
[28b8d3ca] GR v0.36.0
[e5e0dc1b] Juno v0.5.3
[b964fa9f] LaTeXStrings v1.0.3
[ae8d54c2] Luxor v1.1.3
[ee78f7c6] Makie v0.9.0
[91a5bcdd] Plots v0.21.0
[f27b6e38] Polynomials v0.5.1
[438e738f] PyCall v1.18.5
[d330b81b] PyPlot v2.6.3
[94ee1d12] Quaternions v0.3.1
(v0.7) pkg> st
Status `~/.julia/environments/v0.7/Project.toml`
[c52e3926] Atom v0.7.10
[31c24e10] Distributions v0.16.4
[28b8d3ca] GR v0.36.0
[a2cc645c] GraphPlot v0.3.1
[d9be37ee] Homebrew v0.7.0
[e5e0dc1b] Juno v0.5.3
[b964fa9f] LaTeXStrings v1.0.3
[093fc24a] LightGraphs v1.2.0
[ae8d54c2] Luxor v1.1.3
[ee78f7c6] Makie v0.9.0
[91a5bcdd] Plots v0.19.3
[f27b6e38] Polynomials v0.5.1
[438e738f] PyCall v1.18.5
[d330b81b] PyPlot v2.6.3
[94ee1d12] Quaternions v0.3.1
I hope someone can help, thanks in advance