From 667baaa1b400178bd395d262b2ba32a1d6f06223 Mon Sep 17 00:00:00 2001 From: Fabian Date: Tue, 1 Aug 2023 12:10:09 +0200 Subject: [PATCH] validate: store figures as pdfs --- rules/validate.smk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/validate.smk b/rules/validate.smk index 0e5ff7bf..cfb8c959 100644 --- a/rules/validate.smk +++ b/rules/validate.smk @@ -92,7 +92,7 @@ rule plot_validation_cross_border_flows: output: **{ 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 }, plots_touch=RESULTS