Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: view_timelines(), cross-sectional mean not working #1092

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

Magnus167
Copy link
Member

No description provided.

@Magnus167 Magnus167 requested a review from a team as a code owner October 17, 2023 14:26
raise ValueError(
"The number of legend labels does not match the lines to plot."
)

if legend_color_map is None:
legend_color_map: Dict[str, str] = {
x: colormap(i) for i, x in enumerate(legend_labels)
x: colormap(i) for i, x in enumerate([_xcats, _cids][::flipper][0])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be legend_labels?

@Magnus167 Magnus167 merged commit 73a7fa6 into develop Oct 17, 2023
4 checks passed
@Magnus167 Magnus167 deleted the bugfix/vt_cs_mean branch October 17, 2023 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants