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
Ran into this problem about two weeks ago, and it still persists with newest Julia nightly and Pkg.update(). (Gadfly plots are working..)
Is there anyone else who can confirm this?
Here the code:
using PyPlot
x =linspace(0,2*pi,1000)
y =sin(3*x +4*cos(2*x));
plot(x, y, color="red", linewidth=2.0, linestyle="--")