Histogram

Source code Author Update time

using Plots
pythonplot()
histogram(randn(1000), bins = :scott, weights = repeat(1:5, outer = 200))
2024-11-13T18:12:20.473972 image/svg+xml Matplotlib v3.9.1, https://matplotlib.org/

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