From 95ec8e90de416ecc3cc9a7213ba3f4c238fbc8a0 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 9 Oct 2012 19:47:59 -0700 Subject: [PATCH] update bug reporting rate --- posts/bug_reporting_rate.mdwn | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/posts/bug_reporting_rate.mdwn b/posts/bug_reporting_rate.mdwn index 7a46581..1339096 100644 --- a/posts/bug_reporting_rate.mdwn +++ b/posts/bug_reporting_rate.mdwn @@ -15,13 +15,8 @@ plot this, lets only look at bugs ending in 00: Now, lets get the data into R and plot it. [For clarity, I'm not showing the R code, but it's available in the source cdoe for this post.] -[[!sweavealike fig=0 echo=0 code=""" -print(getwd()) -"""]] - -[[!sweavealike fig=1 echo=0 code=""" +[[!sweavealike width=800 fig=1 echo=0 code=""" require(lattice) -print(getwd()) reporting.rate <- read.table("data/bug_reporting_rate.txt") colnames(reporting.rate) <- c("bug","epoch") reporting.rate <- data.frame(reporting.rate) -- 2.39.2