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