]> git.donarmstrong.com Git - don.git/blobdiff - posts/bug_reporting_rate.mdwn
reduce the range slightly
[don.git] / 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"))
 """]]