[chronojump] 1RMIndirect better Y axis labels
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] 1RMIndirect better Y axis labels
- Date: Mon, 31 Oct 2016 09:35:26 +0000 (UTC)
commit c74f090ab06e1a7dbd8b90977380836518dbf25c
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon Oct 31 10:21:29 2016 +0100
1RMIndirect better Y axis labels
encoder/graph.R | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/encoder/graph.R b/encoder/graph.R
index f7fab33..397b761 100644
--- a/encoder/graph.R
+++ b/encoder/graph.R
@@ -2044,7 +2044,7 @@ plotRMIndirect <- function (RMIMatrix, Q, nrep)
#Create an empty plot
plot(1, xlim=c(1,nRM),ylim=c(min(RMIMatrix),max(RMIMatrix)), type="n",
- xlab="Repetitions", ylab="Mass (Kg)", xaxt="n")
+ xlab="Repetitions", ylab="Mass (Kg)", xaxt="n", las=2)
axis(1,1:nRM) #plot xaxis ensuring 1:nRM is written
#Draw grid
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]