Skip to content
Snippets Groups Projects
Commit 5edce715 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

feat(imageViewer): Replace Set1 with Paired cmap

parent 004b6dc9
No related branches found
No related tags found
No related merge requests found
......@@ -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),
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment