Skip to content

Commit 7d0d481

Browse files
author
Sonja Stockhaus
committed
comment update
1 parent f595c0d commit 7d0d481

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/spatialdata_plot/pl/render.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,8 @@ def _render_points(
448448
rescale_discrete_levels=True,
449449
cmap=color_vector[0][:-2],
450450
color_key=color_key,
451-
min_alpha=np.min([150, render_params.alpha * 255]),
452-
) # TODO: choose other value than 150 for min_alpha (here and below)?
451+
min_alpha=np.min([150, render_params.alpha * 255]), # value 150 is arbitrarily chosen
452+
)
453453
else:
454454
ds_result = ds.tf.shade(
455455
ds.tf.spread(agg, px=px),

0 commit comments

Comments
 (0)