graphinglib.get_colors# graphinglib.get_colors(figure_style: str = 'plain') → list[str][source]# Returns a list of colors from the specified style (user created, GL, or Matplotlib style). Parameters: figure_stylestrThe name of the style to use. Returns: list[str]A list of colors.