[chronojump] small fix



commit 91027ab7680f3d1a99e36df1241ddbdfb8e78858
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri May 25 11:09:04 2012 +0200

    small fix

 encoder/graph.R |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/encoder/graph.R b/encoder/graph.R
index 80cbe71..808789f 100644
--- a/encoder/graph.R
+++ b/encoder/graph.R
@@ -82,8 +82,8 @@ findCurves <- function(rawdata, eccon, min_height, draw) {
 		}
 	}
 	if(draw) {
-		plot(a/10,type="l",xlim=c(1,length(a)),xlab="grgrrrg",ylab="",axes=T) #/10 mm -> cm
-		mtext("time (s) ",side=1,adj=1,line=-1)
+		plot(a/10,type="l",xlim=c(1,length(a)),xlab="",ylab="",axes=T) #/10 mm -> cm
+		mtext("time (ms) ",side=1,adj=1,line=-1)
 		mtext("height (cm) ",side=2,adj=1,line=-1)
 		abline(v=b$maxindex,lty=3); abline(v=b$minindex,lty=3)
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]