kriztho
0
Q:

julia programming plotting

z = rand(10)
plot!(x, z)
0
x = 1:10; y = rand(10, 2) # 2 columns means two lines
plot(x, y)
0

New to Communities?

Join the community