Histogram

Source code Author Update time

using Plots
pythonplot()
histogram(randn(1000), bins = :scott, weights = repeat(1:5, outer = 200))
2025-03-18T20:29:46.383471 image/svg+xml Matplotlib v3.9.1, https://matplotlib.org/

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