From: Don Armstrong Date: Wed, 10 Oct 2012 02:52:27 +0000 (-0700) Subject: reduce the range slightly X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=commitdiff_plain;h=6bed388d1230194b1281a44318b50a4cb07fa8d0;ds=sidebyside reduce the range slightly --- diff --git a/posts/bug_reporting_rate.mdwn b/posts/bug_reporting_rate.mdwn index 480dfa1..8d21da6 100644 --- a/posts/bug_reporting_rate.mdwn +++ b/posts/bug_reporting_rate.mdwn @@ -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")) """]]