Quantcast
Channel: First steps - JuliaLang
Viewing all articles
Browse latest Browse all 2795

Simple plotting, I am getting *could not load library "libGR.so"*

$
0
0

Hello Julia experts,
Please help me get a plot.
I am almost done with my first assignment using Julia and got to a stage where I need at least a plot.
My code for the plotting is:
x = Rating_count.Ratings; y = Rating_count.count;
plot(x, y, title = “The great title.”,
label = [“Number of something”], lw =3)
xlabel!(“Ratings”)
ylabel!(“Count of something”)

and I get:

7 posts - 3 participants

Read full topic


Viewing all articles
Browse latest Browse all 2795