Skip to content

Commit f67ecd4

Browse files
committed
merge
2 parents 99bc6f5 + 9a0e241 commit f67ecd4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/spatialdata_plot/pl/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,6 +1176,7 @@ def save_fig(
11761176
def _get_linear_colormap(colors: list[str], background: str) -> list[LinearSegmentedColormap]:
11771177
return [LinearSegmentedColormap.from_list(c, [background, c], N=256) for c in colors]
11781178

1179+
11791180
def _get_listed_colormap(color_dict: dict[str, str]) -> ListedColormap:
11801181
sorted_labels = sorted(color_dict.keys())
11811182
colors = [color_dict[k] for k in sorted_labels]

0 commit comments

Comments
 (0)