We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1715c91 commit c37e7a9Copy full SHA for c37e7a9
backtesting/_plotting.py
@@ -459,7 +459,7 @@ def __eq__(self, other):
459
figs_below_ohlc.append(fig)
460
tooltips = []
461
colors = value._opts['color']
462
- colors = colors and cycle([_as_list(colors)[0]]) or (
+ colors = colors and cycle(_as_list(colors)) or (
463
cycle([next(ohlc_colors)]) if is_overlay else colorgen())
464
legend_label = LegendStr(value.name)
465
for j, arr in enumerate(value, 1):
0 commit comments