validate: store figures as pdfs

This commit is contained in:
Fabian 2023-08-01 12:10:09 +02:00
parent 3417f61f50
commit 667baaa1b4

View File

@ -92,7 +92,7 @@ rule plot_validation_cross_border_flows:
output: output:
**{ **{
plot: RESULTS plot: RESULTS
+ f"figures/validation_{plot}_elec_s{{simpl}}_{{clusters}}_ec_l{{ll}}_{{opts}}.png" + f"figures/validation_{plot}_elec_s{{simpl}}_{{clusters}}_ec_l{{ll}}_{{opts}}.pdf"
for plot in CROSS_BORDER_PLOTS for plot in CROSS_BORDER_PLOTS
}, },
plots_touch=RESULTS plots_touch=RESULTS