cellfish.plot.show_palette#
- cellfish.plot.show_palette(palette, title=None, labels=None)#
Display a palette with optional labels.
- Parameters:
Examples
>>> show_palette('immune') # Displays immune cell palette
>>> show_palette(IMMUNE_PALETTE) # Displays immune palette with cell type labels
>>> show_palette(['red', 'blue', 'green'], labels=['A', 'B', 'C']) # Displays custom palette with labels