Plots.jl

using Plots
using Random
Random.seed!(2023)
[ Info: Precompiling IJuliaExt [2f4121a4-3b3a-5ce6-9c5e-1f2673ce168a] 
TaskLocalRNG()
plot(rand(1:6, 5))

versioninfo()
Julia Version 1.11.5
Commit 760b2e5b739 (2025-04-14 06:53 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.5/x64/lib
  JULIA_NUM_THREADS = auto
import Pkg
Pkg.status()
Status 
`~/work/template-quarto-julia-matrix/template-quarto-julia-matrix/Project.toml`

  
[91a5bcdd] Plots v1.40.14

  [274fc56d] PythonPlot v1.0.6
Back to top