Histogram

Source code Author Update time

using Plots
plotlyjs()
histogram(randn(1000), bins = :scott, weights = repeat(1:5, outer = 200))

plot


This page was generated using DemoCards.jl and Literate.jl.