• R/O
  • SSH

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révision6802b53f4d9935e1e945f82ad885f4751502e9b2 (tree)
l'heure2022-06-08 21:40:14
AuteurLorenzo Isella <lorenzo.isella@gmai...>
CommiterLorenzo Isella

Message de Log

I improved some tables and plots.

Change Summary

Modification

diff -r aa8a5bd2d6f2 -r 6802b53f4d99 markdown/table_covid.Rmd
--- a/markdown/table_covid.Rmd Wed Jun 08 14:39:49 2022 +0200
+++ b/markdown/table_covid.Rmd Wed Jun 08 14:40:14 2022 +0200
@@ -199,7 +199,8 @@
199199 scale_y_continuous() +
200200 scale_x_date(breaks = "1 month",
201201 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))+
203204 ylab("Number of approved decisions")+
204205 xlab(NULL)
205206 ```
@@ -227,7 +228,8 @@
227228 scale_y_continuous() +
228229 scale_x_date(breaks = "1 month",
229230 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))+
231233 ylab("Approved budget (€ billion)")+
232234 xlab(NULL)
233235
@@ -250,6 +252,7 @@
250252 am_list="Amended by"
251253 ) %>%
252254 theme_zebra() %>%
255+ theme_box() %>%
253256 fontsize(part = "all", size = 8) %>%
254257 font(part="all", fontname = "Verdana") %>%
255258 colformat_double(big.mark = " ") %>%