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.
2Related 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