Error: Could Not Load Library "Libgr. Dll"

I am a complete beginner to Julia and have some experience with Python.

I want to do plotting in Julia but got this Error message, ERROR: could not load library "libGR.dll"

I have a simple program,

using Plots
x = range(0, 10, length=100)
y = sin.(x)
plot(x, y)

I have already downloaded the Plots package.

2
Marcus Vance

Marcus Vance

Cybersecurity & Digital Privacy Researcher

Marcus Vance is a cybersecurity auditor and technology writer dedicated to educating the public about online safety, data privacy regulations, enterprise security, and emerging cyber threats.

Share this article