Histogram

Source code Author Update time

using Plots
pythonplot()
histogram(randn(1000), bins = :scott, weights = repeat(1:5, outer = 200))
2026-01-16T14:44:15.563200 image/svg+xml Matplotlib v3.10.8, https://matplotlib.org/

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