Answers for "julia plot"

0

julia plot histogram

histogram(randn(1000), bins = :scott, weights = repeat(1:5, outer = 200))
Posted by: Guest on June-10-2020
0

julia programming plotting

x = 1:10; y = rand(10, 2) # 2 columns means two lines
plot(x, y)
Posted by: Guest on June-21-2020

Code answers related to "Julia"

Browse Popular Code Answers by Language