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.
1 parent 53dd92e commit 0da7878Copy full SHA for 0da7878
src/spatialdata_plot/pl/utils.py
@@ -1350,7 +1350,7 @@ def _update_element_table_mapping_label_colors(
1350
render_elements
1351
), "Either one color should be given or the length should be equal to the number of elements being plotted."
1352
for index, element_name in enumerate(render_elements):
1353
- if len(element_table_mapping[element_name]) !=0:
+ if len(element_table_mapping[element_name]) != 0:
1354
for table_name in element_table_mapping[element_name].copy():
1355
if (
1356
params.color[index] not in sdata[table_name].obs.columns
0 commit comments