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 plot empty for matrices 461 x 461 (or higher) in CairoMakie.jl #4881

Open
3 tasks done
dlfivefifty opened this issue Mar 20, 2025 · 3 comments · May be fixed by #4882
Open
3 tasks done

spy plot empty for matrices 461 x 461 (or higher) in CairoMakie.jl #4881

dlfivefifty opened this issue Mar 20, 2025 · 3 comments · May be fixed by #4882
Labels
bug CairoMakie This relates to CairoMakie, the vector backend for Makie based on Cairo. scatter

Comments

@dlfivefifty
Copy link
Contributor

  • what version of Makie are you running? (]st -m Makie)

CairoMakie v0.13.2

  • can you reproduce the bug with a fresh environment ? (]activate --temp; add Makie)
  • What platform + GPU are you on?

Mac OS X 13.7.4, Radeon Pro 580 8 GB

Spy is broken for too large matrices:

julia> using CairoMakie

julia> spy(randn(460,460)) # works

julia> spy(randn(461,461)) # empty
@dlfivefifty dlfivefifty changed the title spy plot empty for matrices 461 x 461 (or higher) spy plot empty for matrices 461 x 461 (or higher) in CairoMakie.jl Mar 20, 2025
@dlfivefifty
Copy link
Contributor Author

The bug is not present with GLMakie

@SimonDanisch
Copy link
Member

I think this is the markersize going over a threshold, where it becomes invisible.
MWE:

 scatter(1:500, markersize=1, markerspace=:data)

@asinghvi17 asinghvi17 added CairoMakie This relates to CairoMakie, the vector backend for Makie based on Cairo. scatter labels Mar 20, 2025
@ffreyer
Copy link
Collaborator

ffreyer commented Mar 20, 2025

See #4768

@ffreyer ffreyer linked a pull request Mar 20, 2025 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug CairoMakie This relates to CairoMakie, the vector backend for Makie based on Cairo. scatter
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants