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

fix overtime plot metric #124

Merged
merged 8 commits into from
Sep 26, 2023
2 changes: 1 addition & 1 deletion python/pdstools/plots/plots_plotly.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"SnapshotTime"
)
x = None
y = "Increase"
y = metric

Check warning on line 203 in python/pdstools/plots/plots_plotly.py

View check run for this annotation

Codecov / codecov/patch

python/pdstools/plots/plots_plotly.py#L203

Added line #L203 was not covered by tests
color = by
hover_data = None
title = "over all models" if facet is None else f"per {facet}"
Expand Down
Loading