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))
../_images/d0d56080bbb51240d6c3cfced6d3999ee901b3b14a86046223b79397fc2a6cfa.png

Runtime information#

import Pkg
Pkg.status()
Status `~/work/template-juliabook-matrix/template-juliabook-matrix/Project.toml`
  [91a5bcdd] Plots v1.40.9
  [274fc56d] PythonPlot v1.0.6
import InteractiveUtils
InteractiveUtils.versioninfo()
Julia Version 1.11.3
Commit d63adeda50d (2025-01-21 19: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-16.0.6 (ORCJIT, znver3)
Threads: 4 default, 0 interactive, 2 GC (on 4 virtual cores)
Environment:
  JULIA_CONDAPKG_BACKEND = Null
  JULIA_CI = true
  LD_LIBRARY_PATH = /opt/hostedtoolcache/Python/3.13.2/x64/lib
  JULIA_NUM_THREADS = auto

This notebook was generated using Literate.jl.