Answers for "julia 32 histogram"

0

julia plot histogram

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

julia 2d histogram

using Plots
gr()
histogram2d(randn(10000), randn(10000), nbins=20)
Posted by: Guest on May-07-2021

Code answers related to "Julia"

Browse Popular Code Answers by Language