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 c38767c commit 7eb6baaCopy full SHA for 7eb6baa
src/spatialdata_plot/pl/utils.py
@@ -356,7 +356,7 @@ def _get_collection_shape(
356
357
fill_c = ColorConverter().to_rgba_array(c)
358
# fill_c[..., -1] *= fill_alpha # NOTE: this contradicts matplotlib behavior, therefore discarded
359
- if fill_alpha:
+ if fill_alpha is not None:
360
fill_c[..., -1] = fill_alpha
361
362
if outline_alpha and outline_alpha > 0.0:
0 commit comments