commit 26a6450be3d6b64091666e5ae453c2f30f1b1ee8 Author: Karsten Loesing karsten.loesing@gmx.net Date: Thu Jan 25 10:07:25 2018 +0100
Fix typo in "IPv6 exititing" (-it). --- src/main/R/rserver/graphs.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/R/rserver/graphs.R b/src/main/R/rserver/graphs.R index 73b0ac1..e24a617 100644 --- a/src/main/R/rserver/graphs.R +++ b/src/main/R/rserver/graphs.R @@ -1243,7 +1243,7 @@ plot_relays_ipv6 <- function(start, end, path) { scale_colour_hue(name = "", h.start = 90, breaks = c("total", "announced", "reachable", "exiting"), labels = c("Total (IPv4) OR", "IPv6 announced OR", "IPv6 reachable OR", - "IPv6 exititing")) + + "IPv6 exiting")) + expand_limits(y = 0) + ggtitle("Relays by IP version") + theme(legend.position = "top")
tor-commits@lists.torproject.org