We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62a9658 + 0a0d058 commit 2ae241cCopy full SHA for 2ae241c
src/spatialdata_plot/pl/render.py
@@ -161,7 +161,6 @@ def _render_labels(
161
ax.set_ylim(extent["y"][0], extent["y"][1])
162
163
for group in groups:
164
-
165
# Getting cell ids belonging to group and casting them to int for later numpy comparisons
166
vaid_cell_ids = table[table[params["color_key"]] == group][params["instance_key"]].values
167
vaid_cell_ids = [int(id) for id in vaid_cell_ids]
0 commit comments