]> git.donarmstrong.com Git - don.git/commitdiff
reduce the range slightly
authorDon Armstrong <don@donarmstrong.com>
Wed, 10 Oct 2012 02:52:27 +0000 (19:52 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 10 Oct 2012 02:52:27 +0000 (19:52 -0700)
posts/bug_reporting_rate.mdwn

index 480dfa1e8e00e1aba2688a610f7ff4aff90bda51..8d21da6a2465df450fd775bef857479f1cc74a0c 100644 (file)
@@ -32,7 +32,7 @@ print(xyplot(rate~day,reporting.rate[reporting.rate$epoch >= 1041408000,],
        panel=function(x,y,col,...){
             panel.xyplot(x,y,col="cyan",...);
                 panel.loess(x,y,col="red",...);},
-      ylim=c(0,0.005),
+      ylim=c(0,0.004),
          ylab="Bugs per Second",
          xlab="Time"))
 """]]