]> git.donarmstrong.com Git - don.git/blobdiff - posts/bug_reporting_rate.mdwn
update the post and hide results
[don.git] / posts / bug_reporting_rate.mdwn
index 7a46581b9b81fb667ecf3db5c7eba7f577ce4f43..480dfa1e8e00e1aba2688a610f7ff4aff90bda51 100644 (file)
@@ -13,15 +13,10 @@ 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.]
+[For clarity, I'm not showing the R code, but it's available in the source code for this post.]
 
-[[!sweavealike fig=0 echo=0 code="""
-print(getwd())
-"""]]
-
-[[!sweavealike fig=1 echo=0 code="""
+[[!sweavealike width=800 fig=1 echo=0 results="hide" 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)