Plotting by Plots.jl

Plotting by Plots.jl#

Using Literate.jl

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

Runtime information#

import Pkg
Pkg.status()
Status `/tmp/Project.toml`
  [91a5bcdd] Plots v1.41.1
  [274fc56d] PythonPlot v1.0.6
import InteractiveUtils
InteractiveUtils.versioninfo()
Julia Version 1.12.0
Commit b907bd0600f (2025-10-07 15:42 UTC)
Build Info:
  Official https://julialang.org release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 4 × AMD EPYC 7763 64-Core Processor
  WORD_SIZE: 64
  LLVM: libLLVM-18.1.7 (ORCJIT, znver3)
  GC: Built with stock GC
Threads: 4 default, 1 interactive, 4 GC (on 4 virtual cores)
Environment:
  JULIA_GPG = 3673DF529D9049477F76B37566E3C7DC03D6E495
  JULIA_PATH = /usr/local/julia
  JULIA_NUM_THREADS = auto
  JULIA_VERSION = 1.12.0
  JULIA_CI = true

This notebook was generated using Literate.jl.