diff --git a/Results_gas_processing.R b/Results_gas_processing.R index 55a7b07..37cd675 100644 --- a/Results_gas_processing.R +++ b/Results_gas_processing.R @@ -1494,7 +1494,7 @@ ggplot(data = filter(cum_global_total_ret, year <= 2030) %>% geom_bar(position = position_stack(reverse = TRUE), stat = "identity")+ stat_identity(yintercept=0, geom='hline', inherit.aes=TRUE, size = 1)+ facet_wrap(~scenario, nrow = 1, scales = "fixed")+ - labs(title = "B) Retirements", x = "", y = "MTPA") + + labs(title = "B) Underutilised gas infrastructure", x = "", y = "MTPA") + theme_bw()+ theme(axis.text = element_text(hjust = .5, vjust = 0.5, size = 12), strip.text = element_text(size = 12), diff --git a/figures/cum_global_total_add_facet_export.tiff b/figures/cum_global_total_add_facet_export.tiff index b1b84cd..f500703 100644 Binary files a/figures/cum_global_total_add_facet_export.tiff and b/figures/cum_global_total_add_facet_export.tiff differ diff --git a/figures/cum_global_total_ret_facet_export.tiff b/figures/cum_global_total_ret_facet_export.tiff index 05fc723..a882838 100644 Binary files a/figures/cum_global_total_ret_facet_export.tiff and b/figures/cum_global_total_ret_facet_export.tiff differ