Skip to content

support vec markersize (#30) #123

support vec markersize (#30)

support vec markersize (#30) #123

Triggered via push January 27, 2025 20:08
Status Success
Total duration 3m 52s
Artifacts

CI.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
Julia 1 - ubuntu-latest - x64 - push
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Julia 1.9 - ubuntu-latest - x64 - push
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Documentation: ../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L46
failed to run `@example` block in src/examples/scales.md ```@example logscale import CairoMakie # hide CairoMakie.activate!() # hide import Main.MakieDocsHelpers4 # hide var"#result" = begin # hide using SwarmMakie, CairoMakie data = randn(75) .+ 3 fig = Figure() ax1 = Axis(fig[1, 1]; title = "No transform") beeswarm!(ax1, ones(75), data) ax2 = Axis(fig[1, 2]; title = "Log y axis", yscale = log10) beeswarm!(ax2, ones(75), data) fig end # hide if var"#result" isa Makie.FigureLike # hide MakieDocsHelpers4.AsMIME(MIME"image/png"(), var"#result") # hide else # hide var"#result" # hide end # hide ``` exception = DomainError with -0.5172884177177752: log10 was called with a negative real argument but will only return a complex result if called with a complex argument. Try log10(Complex(x)). Stacktrace: [1] throw_complex_domainerror(f::Symbol, x::Float64) @ Base.Math ./math.jl:33 [2] _log @ ./special/log.jl:295 [inlined] [3] log10(x::Float64) @ Base.Math ./special/log.jl:262 [4] apply_transform @ ~/.julia/packages/Makie/Y3ABD/src/layouting/transformation.jl:373 [inlined] [5] #986 @ ~/.julia/packages/Makie/Y3ABD/src/layouting/transformation.jl:369 [inlined] [6] iterate @ ./generator.jl:48 [inlined] [7] collect_to! @ ./array.jl:849 [inlined] [8] collect_to_with_first! @ ./array.jl:827 [inlined] [9] _collect(c::Vector{Point{2, Float64}}, itr::Base.Generator{Vector{Point{2, Float64}}, Makie.var"#986#987"{Tuple{typeof(identity), typeof(log10)}}}, ::Base.EltypeUnknown, isz::Base.HasShape{1}) @ Base ./array.jl:821 [10] collect_similar @ ./array.jl:720 [inlined] [11] map @ ./abstractarray.jl:3371 [inlined] [12] apply_transform @ ~/.julia/packages/Makie/Y3ABD/src/layouting/transformation.jl:369 [inlined] [13] apply_transform @ ~/.julia/packages/Makie/Y3ABD/src/layouting/transformation.jl:312 [inlined] [14] (::SwarmMakie.var"#12#16"{Observable{Vector{Point{2, Float32}}}, Observable{Vector{Point{2, Float32}}}, Scene})(positions::Vector{Point{2, Float64}}, algorithm::SimpleBeeswarm2, tfunc::Tuple{typeof(identity), typeof(log10)}, markersize::Int64, side::Symbol, direction::Symbol, gutter::Nothing, gutter_threshold::Float64, ::Bool) @ SwarmMakie ~/work/SwarmMakie.jl/SwarmMakie.jl/src/recipe.jl:150 [15] invokelatest(::Any, ::Any, ::Vararg{Any}; kwargs::@kwargs{}) @ Base ./essentials.jl:1055 [16] invokelatest(::Any, ::Any, ::Vararg{Any}) @ Base ./essentials.jl:1052 [17] (::Observables.OnAny)(value::Any) @ Observables ~/.julia/packages/Observables/YdEbO/src/Observables.jl:420 [18] #invokelatest#2 @ ./essentials.jl:1055 [inlined] [19] invokelatest @ ./essentials.jl:1052 [inlined] [20] notify @ ~/.julia/packages/Observables/YdEbO/src/Observables.jl:206 [inlined] [21] plot!(plot::Plot{SwarmMakie.beeswarm, Tuple{Vector{Point{2, Float64}}}}) @ SwarmMakie ~/work/SwarmMakie.jl/SwarmMakie.jl/src/recipe.jl:188 [22] connect_plot!(parent::Scene, plot::Plot{SwarmMakie.beeswarm, Tuple{Vector{Point{2, Float64}}}}) @ Makie ~/.julia/packages/Makie/Y3ABD/src/interfaces.jl:395 [23] plot! @ ~/.julia/packages/Makie/Y3ABD/src/interfaces.jl:412 [inlined] [24] plot!(ax::Axis, plot::Plot{SwarmMakie.beeswarm, Tuple{Vector{Point{2, Float64}}}}) @ Makie ~/.julia/packages/Makie/Y3ABD/src/figureplotting.jl:412 [25] _create_plot!(::Function, ::Dict{Symbol, Any}, ::Axis, ::Vector{Float64}, ::Vararg{Vector{Float64}}) @ Makie ~/.julia/packages/Makie/Y3ABD/src/figureplotting.jl:381 [26] beeswarm!(::Axis, ::Vararg{Any}; kw::@kwargs{}) @ SwarmMakie ~/.julia/packages/MakieCore/EU17Y/src/recipes.jl:195 [27] top-level scope @ scales.md:11 [28] eval @ ./boot.jl:430 [inlined] [29] #60 @ ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:803 [inlined] [30] cd(f::Docum
Documentation: ../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L46
failed to run `@example` block in src/examples/scales.md ```@example logscale import CairoMakie # hide CairoMakie.activate!() # hide import Main.MakieDocsHelpers4 # hide var"#result" = begin # hide ax2.xscale = Makie.pseudolog10 ax2.title = "Log x and y axes" fig end # hide if var"#result" isa Makie.FigureLike # hide MakieDocsHelpers4.AsMIME(MIME"image/png"(), var"#result") # hide else # hide var"#result" # hide end # hide ``` exception = DomainError with -0.5172884177177752: log10 was called with a negative real argument but will only return a complex result if called with a complex argument. Try log10(Complex(x)). Stacktrace: [1] throw_complex_domainerror(f::Symbol, x::Float64) @ Base.Math ./math.jl:33 [2] _log @ ./special/log.jl:295 [inlined] [3] log10(x::Float64) @ Base.Math ./special/log.jl:262 [4] apply_transform @ ~/.julia/packages/Makie/Y3ABD/src/layouting/transformation.jl:373 [inlined] [5] #986 @ ~/.julia/packages/Makie/Y3ABD/src/layouting/transformation.jl:369 [inlined] [6] iterate @ ./generator.jl:48 [inlined] [7] collect_to!(dest::Vector{Point{2, Float64}}, itr::Base.Generator{Vector{Point{2, Float64}}, Makie.var"#986#987"{Tuple{ReversibleScale{Makie.var"#990#992", Makie.var"#991#993", IntervalSets.OpenInterval{Float32}}, typeof(log10)}}}, offs::Int64, st::Int64) @ Base ./array.jl:849 [8] collect_to_with_first! @ ./array.jl:827 [inlined] [9] _collect(c::Vector{Point{2, Float64}}, itr::Base.Generator{Vector{Point{2, Float64}}, Makie.var"#986#987"{Tuple{ReversibleScale{Makie.var"#990#992", Makie.var"#991#993", IntervalSets.OpenInterval{Float32}}, typeof(log10)}}}, ::Base.EltypeUnknown, isz::Base.HasShape{1}) @ Base ./array.jl:821 [10] collect_similar @ ./array.jl:720 [inlined] [11] map @ ./abstractarray.jl:3371 [inlined] [12] apply_transform @ ~/.julia/packages/Makie/Y3ABD/src/layouting/transformation.jl:369 [inlined] [13] apply_transform @ ~/.julia/packages/Makie/Y3ABD/src/layouting/transformation.jl:312 [inlined] [14] (::SwarmMakie.var"#12#16"{Observable{Vector{Point{2, Float32}}}, Observable{Vector{Point{2, Float32}}}, Scene})(positions::Vector{Point{2, Float64}}, algorithm::SimpleBeeswarm2, tfunc::Tuple{ReversibleScale{Makie.var"#990#992", Makie.var"#991#993", IntervalSets.OpenInterval{Float32}}, typeof(log10)}, markersize::Int64, side::Symbol, direction::Symbol, gutter::Nothing, gutter_threshold::Float64, ::Bool) @ SwarmMakie ~/work/SwarmMakie.jl/SwarmMakie.jl/src/recipe.jl:150 [15] invokelatest(::Any, ::Any, ::Vararg{Any}; kwargs::@kwargs{}) @ Base ./essentials.jl:1055 [16] invokelatest(::Any, ::Any, ::Vararg{Any}) @ Base ./essentials.jl:1052 [17] (::Observables.OnAny)(value::Any) @ Observables ~/.julia/packages/Observables/YdEbO/src/Observables.jl:420 [18] #invokelatest#2 @ ./essentials.jl:1055 [inlined] [19] invokelatest @ ./essentials.jl:1052 [inlined] [20] notify @ ~/.julia/packages/Observables/YdEbO/src/Observables.jl:206 [inlined] [21] setindex!(observable::Observable, val::Any) @ Observables ~/.julia/packages/Observables/YdEbO/src/Observables.jl:123 [22] (::Makie.var"#971#973"{Transformation})(f::Tuple{ReversibleScale{Makie.var"#990#992", Makie.var"#991#993", IntervalSets.OpenInterval{Float32}}, typeof(log10)}) @ Makie ~/.julia/packages/Makie/Y3ABD/src/layouting/transformation.jl:26 [23] #invokelatest#2 @ ./essentials.jl:1055 [inlined] [24] invokelatest @ ./essentials.jl:1052 [inlined] [25] notify @ ~/.julia/packages/Observables/YdEbO/src/Observables.jl:206 [inlined] [26] setindex!(observable::Observable, val::Any) @ Observables ~/.julia/packages/Observables/YdEbO/src/Observables.jl:123 [27] (::Makie.var"#1652#1683"{Scene})(xsc::Function, ysc::Function) @ Makie ~/.julia/packages/Makie/Y3ABD/src/makielayout/blocks/axis.j
Documentation: ../../../.julia/packages/DocumenterVitepress/rfvFA/src/vitepress_config.jl#L40
DocumenterVitepress: Did not detect `docs/src/.vitepress/config.mts` file. Substituting in the default file.
Documentation: ../../../.julia/packages/DocumenterVitepress/rfvFA/src/writer.jl#L724
DocumenterVitepress: un-expanded `@example logscale` block encountered on page src/examples/scales.md. The first few lines of code in this node are: ``` import CairoMakie # hide CairoMakie.activate!() # hide import Main.MakieDocsHelpers4 # hide var"#result" = begin # hide using SwarmMakie, CairoMakie data = randn(75) .+ 3 ```
Documentation: ../../../.julia/packages/DocumenterVitepress/rfvFA/src/writer.jl#L724
DocumenterVitepress: un-expanded `@example logscale` block encountered on page src/examples/scales.md. The first few lines of code in this node are: ``` import CairoMakie # hide CairoMakie.activate!() # hide import Main.MakieDocsHelpers4 # hide var"#result" = begin # hide ax2.xscale = Makie.pseudolog10 ax2.title = "Log x and y axes" ```
Documentation: ../../../.julia/packages/Documenter/Bs999/src/deploydocs.jl#L552
removing `stable` and linking `stable` to `v0.1.2`.
Documentation: ../../../.julia/packages/Documenter/Bs999/src/deploydocs.jl#L552
removing `v0.1` and linking `v0.1` to `v0.1.2`.