2 c <- read.csv("cw-by-ver-date.csv")
3 ggplot(c, aes(x = as.Date(date), y = cw, colour = version)) +
6 scale_y_continuous("") +
7 ggtitle("Total consensus weight of running relays by version\n")
8 ggsave("cw-by-ver.png", width = 8, height = 5, dpi = 100)