Cannot use Plots

Thank you. I resolved the problem by doing these things:

  1. Uninstall Julia
  2. Delete the entire folder

C:\Users\ [user name] .julia

  1. Have a clean install of Julia v1.4

  2. Add the Plots package.

Using Pkg
Pkg.add(“Plots”)

1 Like