You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue when using the render_shapes() function to visualize my Xenium data. My code works fine when selecting two values in the groups argument, but when I try to select more than two values, it raises a TypeError: unhashable type: 'Series'. Below is the detailed information and the code I am using.
Code Snippet
Here is the code that works with two values in groups:
Hi!
I encountered an issue when using the render_shapes() function to visualize my Xenium data. My code works fine when selecting two values in the groups argument, but when I try to select more than two values, it raises a TypeError: unhashable type: 'Series'. Below is the detailed information and the code I am using.
Code Snippet
Here is the code that works with two values in groups:
However, if I attempt to use more than two values in groups, I get an error. Here’s an example that fails:
Error Message
When selecting more than two groups, I get the following error:
My sdata includes:
Environment
Python version: 3.11
spatialdata version: '0.2.3'
spatialdata_plot version: '0.2.7.dev2+g6ffe22b'
Operating system: Ubuntu 24.04.1
Please feel free to let me know if more details are needed, or feel free to reach out for additional clarification.
Thank you!
The text was updated successfully, but these errors were encountered: