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

Simplify affine matrix calculation for datashader #424

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

LucaMarconato
Copy link
Member

I simplified the code from #378 (taking #381 into account), now the test pass using a simpler construction of the matrix.

CC @Sonja-Stockhaus

@LucaMarconato LucaMarconato linked an issue Feb 17, 2025 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Feb 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.63%. Comparing base (478ab27) to head (55a1c14).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #424      +/-   ##
==========================================
- Coverage   83.83%   83.63%   -0.20%     
==========================================
  Files           8        8              
  Lines        1732     1711      -21     
==========================================
- Hits         1452     1431      -21     
  Misses        280      280              
Files with missing lines Coverage Δ
src/spatialdata_plot/pl/render.py 91.14% <100.00%> (-0.03%) ⬇️
src/spatialdata_plot/pl/utils.py 77.56% <100.00%> (-0.45%) ⬇️

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

Successfully merging this pull request may close these issues.

Transformations with flipped y-axis
2 participants