julia> GraphMakie.edgeplot(GraphMakie.Line{Point{2, Float32}}[])
┌ Warning: Plot{GraphMakie.edgeplot, Tuple{Vector{GraphMakie.Line{Point{2, Float32}}}}} is not supported by cairo right now
└ @ CairoMakie ~/.julia/packages/CairoMakie/F8YX7/src/plot-primitives.jl:191
Any idea why this is happening ? There was no warning before (probably before v0.6). So what could have changed ?
For example, plotting an empty scatter doesn't give an error scatter(Float32[])..
It's not nothing serious, since my recipes keep working. Just getting this nerve-wracking warning.
Any idea why this is happening ? There was no warning before (probably before v0.6). So what could have changed ?
For example, plotting an empty scatter doesn't give an error
scatter(Float32[])..It's not nothing serious, since my recipes keep working. Just getting this nerve-wracking warning.