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

Related questions 4 Julia runtime error when using PyPlot 11 How to load a custom Julia package in Python using Python's juliacall 0 Winston Not working on Windows 8 for plotting in Julia Related questions 4 Julia runtime error when using PyPlot 11 How to load a custom Julia package in Python using Python's juliacall 0 Winston Not working on Windows 8 for plotting in Julia 5 Julia groupBy name and sum up count 2 Julia Plots package takes a lot of time to load 2 Python function that plots functions 0 Julia 1.0.0 on Windows 10 error from 'using PyPlot': "The Python package matplotlib could not be found by pyimport. " Load 4 more related questions Show fewer related questions

Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like