Révision | 6802b53f4d9935e1e945f82ad885f4751502e9b2 (tree) |
---|---|
l'heure | 2022-06-08 21:40:14 |
Auteur | Lorenzo Isella <lorenzo.isella@gmai...> |
Commiter | Lorenzo Isella |
I improved some tables and plots.
@@ -199,7 +199,8 @@ | ||
199 | 199 | scale_y_continuous() + |
200 | 200 | scale_x_date(breaks = "1 month", |
201 | 201 | date_labels = "%b\n%Y", |
202 | - expand=c(0.01,0.01))+ | |
202 | + expand=c(0.01,0.01), | |
203 | + guide = guide_axis(n.dodge = 2))+ | |
203 | 204 | ylab("Number of approved decisions")+ |
204 | 205 | xlab(NULL) |
205 | 206 | ``` |
@@ -227,7 +228,8 @@ | ||
227 | 228 | scale_y_continuous() + |
228 | 229 | scale_x_date(breaks = "1 month", |
229 | 230 | date_labels = "%b\n%Y", |
230 | - expand=c(0.01,0.01))+ | |
231 | + expand=c(0.01,0.01), | |
232 | + guide = guide_axis(n.dodge = 2))+ | |
231 | 233 | ylab("Approved budget (€ billion)")+ |
232 | 234 | xlab(NULL) |
233 | 235 |
@@ -250,6 +252,7 @@ | ||
250 | 252 | am_list="Amended by" |
251 | 253 | ) %>% |
252 | 254 | theme_zebra() %>% |
255 | + theme_box() %>% | |
253 | 256 | fontsize(part = "all", size = 8) %>% |
254 | 257 | font(part="all", fontname = "Verdana") %>% |
255 | 258 | colformat_double(big.mark = " ") %>% |