change spelling of greens fraction, fix parsing issue in comments table

This commit is contained in:
2021-08-10 15:40:21 +02:00
parent c80ec6259e
commit 77f79f0d86
4 changed files with 32 additions and 25 deletions
+2 -2
View File
@@ -48,14 +48,14 @@ party_colors <- c(
FDP="#FEEB34",
"CDU/CSU"="#000000",
SPD="#DF0B25",
"BÜNDNIS 90 / DIE GRÜNEN"="#4A932B",
"BÜNDNIS 90/DIE GRÜNEN"="#4A932B",
"DIE LINKE"="#BC3475",
"AfD&Fraktionslos"="#AAAAFF",
Fraktionslos="#AAAAAA"
)
party_order <- factor(c("Fraktionslos", "AfD&Fraktionslos",
"DIE LINKE", "BÜNDNIS 90 / DIE GRÜNEN", "SPD", "CDU/CSU",
"DIE LINKE", "BÜNDNIS 90/DIE GRÜNEN", "SPD", "CDU/CSU",
"FDP", "AfD", NA_character_))
#' Bar chart visualizing fraction based data