MCPcopy Index your code
hub / github.com/kernc/backtesting.py / colorgen

Function colorgen

backtesting/_plotting.py:102–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100
101
102def colorgen():
103 yield from cycle(Category10[10])
104
105
106def lightness(color, lightness=.94):

Callers 1

_plot_indicatorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected