commit 8096a68fb61a88039f9e1eb450b216ee5c7c5c09 Author: Karsten Loesing karsten.loesing@gmx.net Date: Mon Jul 30 20:04:27 2012 +0200
Change "other" line in platforms graph to dark gray. --- rserve/graphs.R | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rserve/graphs.R b/rserve/graphs.R index 98fb9da..09563a3 100644 --- a/rserve/graphs.R +++ b/rserve/graphs.R @@ -465,7 +465,7 @@ plot_platforms <- function(start, end, path, dpi) { scale_colour_manual(name = "Platform", breaks = c("avg_linux", "avg_darwin", "avg_bsd", "avg_windows", "avg_other"), - values = c("#E69F00", "#56B4E9", "#009E73", "#0072B2", "#999999"), + values = c("#E69F00", "#56B4E9", "#009E73", "#0072B2", "#333333"), labels = c("Linux", "Darwin", "FreeBSD", "Windows", "Other")) + opts(title = "Relay platforms\n") ggsave(filename = path, width = 8, height = 5, dpi = as.numeric(dpi))
tor-commits@lists.torproject.org