]> git.donarmstrong.com Git - don.git/blobdiff - posts/bug_reporting_rate.mdwn
update dla cv
[don.git] / posts / bug_reporting_rate.mdwn
index 8d21da6a2465df450fd775bef857479f1cc74a0c..f63a8e82a64acbec05a1a313624ac0ad8b23e2a6 100644 (file)
@@ -15,7 +15,7 @@ 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 code for this post.]
 
-[[!sweavealike width=800 fig=1 echo=0 results="hide" code="""
+[[!sweavealike width=800 fig=1 echo=0 nooutput=1 results="hide" code="""
 require(lattice)
 reporting.rate <- read.table("data/bug_reporting_rate.txt")
 colnames(reporting.rate) <- c("bug","epoch")