Answers for "julia 2d histogram"

0

julia 2d histogram

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

Browse Popular Code Answers by Language