Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spy on dimarrays with missings is still broken #805

Open
asinghvi17 opened this issue Sep 19, 2024 · 3 comments
Open

spy on dimarrays with missings is still broken #805

asinghvi17 opened this issue Sep 19, 2024 · 3 comments
Assignees
Labels

Comments

@asinghvi17
Copy link
Collaborator


ERROR: ArgumentError:     Conversion failed for Plot{Makie.spy} with args: Tuple{MakieCore.EndPoints{Float64}, MakieCore.EndPoints{Float64}, SparseArrays.SparseMatrixCSC{Union{Missing, Int64}, Int64}} .
    Plot{Makie.spy} requires to convert to argument types Tuple{MakieCore.EndPoints, MakieCore.EndPoints, AbstractMatrix{T} where T<:Real}, which convert_arguments didn't succeed in.
    To fix this overload convert_arguments(P, args...) for Plot{Makie.spy} or NoConversion() and return an object of type Tuple{MakieCore.EndPoints, MakieCore.EndPoints, AbstractMatrix{T} where T<:Real}.`

@rafaqz
Copy link
Owner

rafaqz commented Sep 19, 2024

Is this Makies fault? They look like generic arguments to me

@lazarusA
Copy link
Collaborator

the spy function in makie broke recently. It not longer accepts (x,y), only a matrix, which is odd.

@rafaqz rafaqz added the plotting label Oct 1, 2024
@rafaqz
Copy link
Owner

rafaqz commented Nov 5, 2024

Is there a Makie issue to link to? I'm not sure if we need to do anything here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants