Histogram

Source code Author Update time

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

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