Browse Source

Plot title

Petra Lamborn 3 years ago
parent
commit
8b85bf4cbe
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      votingpatterns.R

+ 2
- 1
votingpatterns.R View File

@@ -104,5 +104,6 @@ pvplot <- ggplot(filter(partylev, Party %in% names(partycolours)),
104 104
     geom_line() + geom_point() +
105 105
     scale_colour_manual(values = partycolours) +
106 106
     scale_y_continuous("Party vote proportion", n.breaks = 10,
107
-                       expand=c(0,0), limits = c(0, 0.5), labels = scales::percent)
107
+                       expand=c(0,0), limits = c(0, 0.5), labels = scales::percent) +
108
+    labs(title = "Party vote trajectories")
108 109
 pvplot