colour.plotting.colour_cycle

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

Return a colour cycle iterator using given 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