[chronojump] Encoder superpose show axis only one time



commit 5e6f5afe68b05df733ab0012addca77e7bf75be6
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Dec 14 16:25:32 2020 +0100

    Encoder superpose show axis only one time

 encoder/graph.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/encoder/graph.R b/encoder/graph.R
index c660dbfd..eaf4f719 100644
--- a/encoder/graph.R
+++ b/encoder/graph.R
@@ -3610,7 +3610,7 @@ doProcess <- function(options)
                              op$Width,
                              FALSE,    #showLabels
                              FALSE,    #marShrink
-                             TRUE,     #showAxes
+                             (i==1),   #showAxes
                              (i==1),   #legend
                              op$Analysis, isPropulsive, inertialType, repOp$exPercentBodyWeight,
                               (op$AnalysisVariables[1] == "Position"), #show position


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