graphinglib.get_color#

graphinglib.get_color(figure_style: str = 'plain', color_number: int = 0) str[source]#

Returns a color from the specified style (user created, GL, or Matplotlib style).

Parameters:
figure_stylestr

The name of the style to use.

color_numberint

The color cycle index of the color to return.

Returns:
str

A color.