Describe the bug
I am not able to apply any styles as mentioned in the documentation. It seems that neither the use_styles!() function or style parameter in the plot() function are defined. What am I doing wrong?
julia> myplot = plot(trace1, layout, style=style(:ggplot))
ERROR: UndefVarError: `style` not defined
Stacktrace:
[1] top-level scope
@ REPL[208]:1
Version info
Please provide the following:
- Julia version: 1.9.3
- Output running the following in Julia 0.7 or greater:
using Pkg; pkg"status" (if you are on Julia 0.6 or earlier run Pkg.status())
julia> using Pkg; pkg"status"
Status `~/.julia/environments/v1.9/Project.toml`
[ccf2f8ad] PlotThemes v3.1.0
[f0f68f2c] PlotlyJS v0.18.11
[91a5bcdd] Plots v1.39.0
[8149f6b0] WAV v1.2.0
Describe the bug
I am not able to apply any styles as mentioned in the documentation. It seems that neither the
use_styles!()function or style parameter in theplot()function are defined. What am I doing wrong?Version info
Please provide the following:
using Pkg; pkg"status"(if you are on Julia 0.6 or earlier runPkg.status())