diff --git a/aliby/utils/imageViewer.py b/aliby/utils/imageViewer.py index f252f3315e99d7ec9ba5fcb1c2ee85c9f6cc9263..2199a0c9c1ae6e333d6e937e76f0ff470ba3acab 100644 --- a/aliby/utils/imageViewer.py +++ b/aliby/utils/imageViewer.py @@ -20,6 +20,7 @@ import typing as t import matplotlib.pyplot as plt import numpy as np +import seaborn as sns import yaml from agora.io.cells import CellsLinear as Cells from agora.io.writer import load_attributes @@ -34,7 +35,7 @@ default_colours = { "Brightfield": "Greys_r", "GFP": "Greens_r", "mCherry": "Reds_r", - "cell_label": "Set1", + "cell_label": sns.color_palette("Paired", as_cmap=True), }