[chronojump] encoder paint superpose now shows ok the labels of each repetition



commit c13eeb45fe8089d2cd0614b183f38fdc6eac1d69
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Apr 2 19:36:34 2019 +0200

    encoder paint superpose now shows ok the labels of each repetition

 encoder/graph.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/encoder/graph.R b/encoder/graph.R
index 6f0087f4..076fa2a9 100644
--- a/encoder/graph.R
+++ b/encoder/graph.R
@@ -3493,7 +3493,7 @@ doProcess <- function(options)
 
                        #TODO: highlight can ve used asking user if want to highlight any repetition, and 
this will be lwd=2 or 3
 
-                       paint(displacement, repOp$eccon, curves[i,1],curves[i,2],xrange,yrange,knRanges, 
op$Analysis, i, FALSE,
+                       paint(displacement, repOp$eccon, curves[i,1],curves[i,2],xrange,yrange,knRanges, 
op$Analysis, rownames(curves)[i], FALSE,
                              1,curves[i,3],SmoothingsEC[i],op$SmoothingOneC,repOp$massBody,repOp$massExtra,
                              
repOp$econfName,repOp$diameter,repOp$diameterExt,repOp$anglePush,repOp$angleWeight,repOp$inertiaM,repOp$gearedDown,
                              myTitle, "", #title, subtitle


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