Histogram

Source code Author Update time

using Plots
pythonplot()
histogram(randn(1000), bins = :scott, weights = repeat(1:5, outer = 200))
2023-06-01T12:33:16.817967 image/svg+xml Matplotlib v3.7.1, https://matplotlib.org/

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