Plotting with Plots.jl

Plotting with Plots.jl#

using Plots
using Random
Random.seed!(2022)
Random.TaskLocalRNG()
plot(rand(1:6, 5))
../_images/d0d56080bbb51240d6c3cfced6d3999ee901b3b14a86046223b79397fc2a6cfa.png

This notebook was generated using Literate.jl.