Skip to content

Commit

Permalink
Rename plots so that log plots are alphabetically adjacent to non-`…
Browse files Browse the repository at this point in the history
…log` plots (#357)
  • Loading branch information
damonbayer authored Feb 19, 2025
1 parent 2be8202 commit c1416c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/plot_and_save_state_forecast.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ save_forecast_figures <- function(model_run_dir,
pyrenew_model_name,
glue(
"{target_variable}_",
"forecast_plot{transform_name}_",
"{timescale}"
"{timescale}",
"{transform_name}"
),
ext = "pdf"
),
Expand Down

0 comments on commit c1416c9

Please sign in to comment.