-
Notifications
You must be signed in to change notification settings - Fork 16
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
ValueError: Transformation to global not found in element #410
Comments
Hi @sunshx-bioinfo, you can pass |
Hi, i tried it, but it didn't work.
…---- Replied Message ----
| From | ***@***.***> |
| Date | 01/22/2025 18:05 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [scverse/spatialdata-plot] ValueError: Transformation to global not found in element (Issue #410) |
Hi @sunshx-bioinfo, you can pass coordinate_systems='pixel' to pl.show(), which should address your issue; but I agree, the default behavior with a single coordinate system should to use the only available one. CC @timtreis
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Which error did you get? Please try also with |
Thanks for sharing the extra details. CC @timtreis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I get an error when I use
spatialdata==0.3.0
andspatialdata-plot==0.2.9
to plot Shapes withmethod=="datashader"
, butmethod=="matplotlib"
is ok! Here is my code:I don't know whether it's a bug for latest version.
The text was updated successfully, but these errors were encountered: