For example my packages have last version without BifurcationKit
and CairoMakie is work.
And know i add BifurcationKit
UPD:
Error CairoMakie, BifurcationKit not using in code
`Makie.convert_arguments` for the plot type Scatter{Tuple{Float64, Float64, Float64}} and its conversion trait PointBased() was unsuccessful.
The signature that could not be converted was:
::Float64, ::Float64, ::Float64
Makie needs to convert all plot input arguments to types that can be consumed by the backends (typically Arrays with Float32 elements).
You can define a method for `Makie.convert_arguments` (a type recipe) for these types or their supertypes to make this set of arguments convertible (See http://makie.juliaplots.org/stable/recipes.html).
Alternatively, you can define `Makie.convert_single_argument` for single arguments which have types that are unknown to Makie but which can be converted to known types and fed back to the conversion pipeline.
Stacktrace:
[1] error(s::String)
@ Base .\error.jl:35
[2] convert_arguments(::Type{Scatter{Tuple{Float64, Float64, Float64}}}, ::Float64, ::Vararg{Float64}; kw::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
@ Makie C:\Users\Alex\.julia\packages\Makie\NL7Xw\src\conversions.jl:17
[3] convert_arguments(::Type{Scatter{Tuple{Float64, Float64, Float64}}}, ::Float64, ::Float64, ::Float64)
@ Makie C:\Users\Alex\.julia\packages\Makie\NL7Xw\src\conversions.jl:7
[4] plot!(::Scene, ::Type{Scatter}, ::Attributes, ::Float64, ::Vararg{Float64}; kw_attributes::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
@ Makie C:\Users\Alex\.julia\packages\Makie\NL7Xw\src\interfaces.jl:321
[5] plot!(::Scene, ::Type{Scatter}, ::Attributes, ::Float64, ::Float64, ::Float64)
@ Makie C:\Users\Alex\.julia\packages\Makie\NL7Xw\src\interfaces.jl:307
[6] plot!(::Axis3, ::Type{Scatter}, ::Attributes, ::Float64, ::Vararg{Float64}; kw_attributes::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
@ Makie.MakieLayout C:\Users\Alex\.julia\packages\Makie\NL7Xw\src\makielayout\layoutables\axis3d.jl:276
[7] plot!(::Axis3, ::Type{Scatter}, ::Attributes, ::Float64, ::Float64, ::Float64)
@ Makie.MakieLayout C:\Users\Alex\.julia\packages\Makie\NL7Xw\src\makielayout\layoutables\axis3d.jl:266
[8] plot!(::Type{Scatter}, ::Axis3, ::Float64, ::Vararg{Float64}; kw_attributes::Base.Pairs{Symbol, Any, Tuple{Symbol, Symbol}, NamedTuple{(:markersize, :color), Tuple{Int64, Symbol}}})
@ Makie.MakieLayout C:\Users\Alex\.julia\packages\Makie\NL7Xw\src\makielayout\layoutables\axis3d.jl:284
[9] plot!(::Type{Scatter}, ::Float64, ::Vararg{Float64}; kw_attributes::Base.Pairs{Symbol, Any, Tuple{Symbol, Symbol}, NamedTuple{(:markersize, :color), Tuple{Int64, Symbol}}})
@ Makie C:\Users\Alex\.julia\packages\Makie\NL7Xw\src\figureplotting.jl:47
[10] scatter!(::Float64, ::Vararg{Float64}; attributes::Base.Pairs{Symbol, Any, Tuple{Symbol, Symbol}, NamedTuple{(:markersize, :color), Tuple{Int64, Symbol}}})
@ MakieCore C:\Users\Alex\.julia\packages\MakieCore\S8PkO\src\recipes.jl:35
[11] top-level scope
@ In[12]:14