colour.plotting.colour_cycle#

colour.plotting.colour_cycle(**kwargs: Any) itertools.cycle[source]#

Create a colour cycle iterator using the specified colour map.

Parameters:
  • colour_cycle_map – Matplotlib colourmap name.

  • colour_cycle_count – Colours count to pick in the colourmap.

  • kwargs (Any)

Returns:

Colour cycle iterator.

Return type:

itertools.cycle