get_colors# get_colors(*args, **kwargs)[source]# Get the colors associated with a registered or on-the-fly color cycle or colormap. Parameters: *args, **kwargs – Passed to Cycle. Returns: colors (list of str) – A list of HEX strings. See also ultraplot.constructor.Cycle, ultraplot.constructor.Colormap