Error in installing "StatPlots" in Windows for Julia
I tried several times to Install StatPlots
pkg using:
using Pkg
Pkg.add("StatPlots")
but I got kind of error as mentioned right down bellow:
How can i install it?
I'm Using Julia 1.7.1
You are likely thinking of StatsPlots
(note the spelling difference)