[or-cvs] [metrics-web/master] Stop cutting off part of the y axis.

karsten at torproject.org karsten at torproject.org
Fri Nov 12 18:35:37 UTC 2010


Author: Karsten Loesing <karsten.loesing at gmx.net>
Date: Fri, 12 Nov 2010 19:34:33 +0100
Subject: Stop cutting off part of the y axis.
Commit: 2a0c13b86952fb978fe485991b4d91e62ff59482

---
 rserve/graphs.R |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/rserve/graphs.R b/rserve/graphs.R
index 78727e1..d43acc6 100644
--- a/rserve/graphs.R
+++ b/rserve/graphs.R
@@ -402,7 +402,6 @@ plot_torperf <- function(start, end, source, filesize, path) {
     scale_x_date(name = paste("\nThe Tor Project - ",
         "https://metrics.torproject.org/", sep = "")) +
     scale_y_continuous(name = "", limits = c(0, maxY) / 1e3) +
-    coord_cartesian(ylim = c(0, 0.8 * maxY / 1e3)) +
     scale_fill_manual(name = paste("Measured times on",
         source, "per day"),
       breaks = c("line", "ribbon"),
-- 
1.7.1



More information about the tor-commits mailing list