depictr.scale_colour_depictr#
- depictr.scale_colour_depictr(n=None, **kwargs)#
A discrete colour scale drawn from
depictr.palette.depictr_palette().- Parameters:
n (int, optional) – Number of colours to draw. Defaults to the full qualitative palette; pass
nwhen a plot has more groups than the eight base colours so the palette is interpolated to fit.**kwargs – Passed to
plotnine.scale_color_manual()(for examplename).