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
julia>using PyCall
julia> plt =pyimport("matplotlib.pyplot")
PyObject <module'matplotlib.pyplot' from 'C:\\tools\\Miniconda3\\lib\\site-packages\\matplotlib\\pyplot.py'>
julia> x =range(0; stop=2*pi, length=1000); y =sin.(3* x +4*cos.(2* x));
julia> plt.plot(x, y)
This application failed to start because it could not find or load the Qt platform plugin "windows"
in "".
Reinstalling the application may fix this problem.