Histogram

Source code Author Update time

using Plots
pythonplot()
histogram(randn(1000), bins = :scott, weights = repeat(1:5, outer = 200))
2023-08-30T09:34:17.024907 image/svg+xml Matplotlib v3.7.2, https://matplotlib.org/

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