Add docs for beeswarm
recipe
#23
Annotations
3 warnings
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/Documenter/2OZOh/src/utilities/utilities.jl#L46
failed to run `@example` block in src/examples.md:45-65
```@example examples
using CairoMakie, SwarmMakie
using RDatasets, DataFrames
iris = dataset("datasets", "iris")
f, a, p = beeswarm(
fill(1, length(iris[!, :SepalLength])),
iris[!, :SepalLength];
color = iris[!, :Species].refs,
colormap = Makie.Categorical(RGBA{Float32}[RGBA{Float32}(0.082f0,0.643f0,0.918f0,1.0f0), RGBA{Float32}(0.91f0,0.122f0,0.361f0,1.0f0), RGBA{Float32}(0.929f0,0.773f0,0.0f0,1.0f0)]),
markersize = 20
)
f.scene.backgroundcolor[] = RGBAf(1,1,1,0)
a.scene.backgroundcolor[] = RGBAf(1,1,1,0)
hidedecorations!(a)
hidespines!(a)
Makie.update_state_before_display!(f)
Makie.update_state_before_display!(f)
Makie.update_state_before_display!(f)
Makie.update_state_before_display!(f)
f
```
exception =
UndefVarError: `RGBA` not defined
Stacktrace:
[1] top-level scope
@ examples.md:49
[2] eval
@ ./boot.jl:385 [inlined]
[3] #58
@ ~/.julia/packages/Documenter/2OZOh/src/expander_pipeline.jl:754 [inlined]
[4] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[5] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/2OZOh/src/expander_pipeline.jl:753
[6] (::IOCapture.var"#4#7"{DataType, Documenter.var"#57#59"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/Rzdxd/src/IOCapture.jl:161
[7] with_logstate(f::Function, logstate::Any)
@ Base.CoreLogging ./logging.jl:515
[8] with_logger
@ ./logging.jl:627 [inlined]
[9] capture(f::Documenter.var"#57#59"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer)
@ IOCapture ~/.julia/packages/IOCapture/Rzdxd/src/IOCapture.jl:158
[10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/2OZOh/src/expander_pipeline.jl:752
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/DocumenterVitepress/VqcRm/src/vitepress_config.jl#L34
DocumenterVitepress: Did not detect `docs/src/.vitepress/config.mts` file. Substituting in the default file.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading