Skip to content

Commit c38767c

Browse files
author
Sonja Stockhaus
committed
remove comments
1 parent 0129c8a commit c38767c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/spatialdata_plot/pl/render_params.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ class CmapParams:
145145
cmap: Colormap
146146
norm: Normalize
147147
na_color: Color
148-
# na_color_modified_by_user: bool = False # NOTE: na_color stores that info already
149148
cmap_is_default: bool = True
150149

151150

@@ -166,10 +165,8 @@ class FigParams:
166165
class OutlineParams:
167166
"""Cmap params."""
168167

169-
# outer_outline: bool
170168
outer_outline_color: Color | None = None
171169
outer_outline_linewidth: float = 1.5
172-
# inner_outline: bool = False
173170
inner_outline_color: Color | None = None
174171
inner_outline_linewidth: float = 0.5
175172

0 commit comments

Comments
 (0)