Skip to content

Commit

Permalink
Merge pull request #241 from MAYANK12SHARMA/main
Browse files Browse the repository at this point in the history
Rename MAE plot line from "Daily Total MAE" to "Latest Forecast"
  • Loading branch information
peterdudfield authored Jan 6, 2025
2 parents ad93cb6 + 83932ef commit be3fe22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plots/forecast_horizon.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def make_mae_by_forecast_horizon(
x=df_mae["datetime_utc"],
y=df_mae["MAE"],
mode="lines",
name="Daily Total MAE",
name="Latest Forecast",
line=dict(color="#FFD053"),
)
)
Expand Down

0 comments on commit be3fe22

Please sign in to comment.