Skip to content

Commit 52a1009

Browse files
committed
use extended_colors
as this has been changed in 82427a7d33219c6f8f434b76d2dea7b8b44c9a44
1 parent 91eb816 commit 52a1009

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

psy_reg/plotters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ def update(self, value):
545545
linestyles = cycle(safe_list(self.plot.value))
546546
for vals, da, fit_type, c, ls in zip(
547547
cycle(value), self.iter_data, cycle(safe_list(self.fit.value)),
548-
self.id_color.colors, linestyles):
548+
self.id_color.extended_colors, linestyles):
549549
if da.ndim > 1:
550550
da = da[0]
551551
try:

0 commit comments

Comments
 (0)