julia theme(:default) code example
Example 1: julia theme(:default)
using Plots
theme(thm::Symbol; kwargs...)
Example 2: julia theme(:default)
Pkg.add("PlotThemes")
using Plots
theme(thm::Symbol; kwargs...)
Pkg.add("PlotThemes")