-
Notifications
You must be signed in to change notification settings - Fork 14
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
Error in Squidpy notebook due to rasterization not handling transformations #291
Comments
@LucaMarconato I feel like this also has to do with #296 and might be solved with #309 since with that version of the code everything runs for me. |
I checked, the extent of the plot is correct. I think that the datashader plot has been made against the original non-transformed coordinates. |
I confirm that my claim seems to be indeed the source of the issue, in fact a workaround that fixes the plot is to call sdata['cell_circles'] = sd.transform(sdata['cell_circles'], to_coordinate_system='global') before making the plot. I think that a solution is to:
|
Fixed by #378 |
The Squidpy notebook shows an error liked to rasterizatation. @Sonja-Stockhaus could you please have a look at it? Thanks 😊
This is part of the log:
The text was updated successfully, but these errors were encountered: