Skip to content

Commit d7a6d17

Browse files
author
Sonja Stockhaus
committed
also plot nonfinite points so that we see nans
1 parent 5392f57 commit d7a6d17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/spatialdata_plot/pl/render.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,7 @@ def _render_points(
677677
alpha=render_params.alpha,
678678
transform=trans_data,
679679
zorder=render_params.zorder,
680+
plotnonfinite=True, # nan points should be rendered as well
680681
)
681682
cax = ax.add_collection(_cax)
682683
if update_parameters:

0 commit comments

Comments
 (0)