Skip to content

All plots are same color: plots.py #105

@rkuemmer99

Description

@rkuemmer99

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions