You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear all,
I just to install Julia 1.5.3 from oficial site (Julia Pro).
I have installed the packages Plots and Interact. Plots, alone, works perfectly.
However, when I run:
using Plots, Interact
plotly()
xh = range(-2,2,length=200)
@manipulate for α=range(-5,5,length=20)
y=sin.(α*xh);
plot(xh,y,label=false)
end
an enormous bug appear. To overcome this, I need to restart Julia. The error is shown in the print below:
and leave to link: https://github.com/JunoLab/atom-julia-client/issues/773
I have impression that Julia is busy (see the picture). To overcome this, I need to restar Julia.
All packages are presented below:
Dear all,
I just to install Julia 1.5.3 from oficial site (Julia Pro).
I have installed the packages Plots and Interact. Plots, alone, works perfectly.
However, when I run:
an enormous bug appear. To overcome this, I need to restart Julia. The error is shown in the print below:
and leave to link: https://github.com/JunoLab/atom-julia-client/issues/773
I have impression that Julia is busy (see the picture). To overcome this, I need to restar Julia.
All packages are presented below:
Could anyone help me please?
The text was updated successfully, but these errors were encountered: