Thank you. I resolved the problem by doing these things:
- Uninstall Julia
- Delete the entire folder
C:\Users\ [user name] .julia
-
Have a clean install of Julia v1.4
-
Add the Plots package.
Using Pkg
Pkg.add(“Plots”)
Thank you. I resolved the problem by doing these things:
C:\Users\ [user name] .julia
Have a clean install of Julia v1.4
Add the Plots package.
Using Pkg
Pkg.add(“Plots”)