Skip to content

Commit

Permalink
Merge pull request #124 from yusufuyanik1/master
Browse files Browse the repository at this point in the history
fix overtime plot metric
  • Loading branch information
operdeck authored Sep 26, 2023
2 parents 9fb3376 + b5a10b6 commit 7a81035
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ def OverTime(
"SnapshotTime"
)
x = None
y = "Increase"
y = metric
color = by
hover_data = None
title = "over all models" if facet is None else f"per {facet}"
Expand Down

0 comments on commit 7a81035

Please sign in to comment.