-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
There appears to be an issue with the color cycling portion of the plots.py file, specifically:
cp = sns.color_palette()
cc = map("C{}".format, itertools.cycle(range(len(cp))))
nc = next(cc)
This appears throughout the file as it is used in each plotting function. I am running Python 3.10.6 and using the following dependencies:
numpy 2.2.3
pandas 2.2.3
scipy 1.15.2
matplotlib 3.10.0
seaborn 0.13.2
Reactions are currently unavailable