diff --git a/python/pdstools/plots/plots_plotly.py b/python/pdstools/plots/plots_plotly.py index a3ca551e..c68ba681 100644 --- a/python/pdstools/plots/plots_plotly.py +++ b/python/pdstools/plots/plots_plotly.py @@ -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}"