Skip to content

Plotting empty edgeplot gives a warning #235

@filchristou

Description

@filchristou
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions