[chronojump] added legend to single session Force, Power / Speed
- From: Xavier Padullés <xpadulles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] added legend to single session Force, Power / Speed
- Date: Fri, 5 Jan 2018 19:08:08 +0000 (UTC)
commit dd336db1039a6a2c6ef178c4ac115fabf6c3da4e
Author: Xavier Padullés <x padulles gmail com>
Date: Fri Jan 5 20:06:38 2018 +0100
added legend to single session Force, Power / Speed
encoder/graph.R | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/encoder/graph.R b/encoder/graph.R
index 1c0aedb..674dee1 100644
--- a/encoder/graph.R
+++ b/encoder/graph.R
@@ -1843,6 +1843,10 @@ paintCrossVariables <- function (paf, varX, varY, option,
mtext(side = 4, line = 4, "¹Maximum mean power using the F-V
profile")
points(x = V0 / 2, y = V0 * F0 / 4, col = "red")
text(x = V0 / 2, y = V0 * F0 / 4, labels = paste("Pmax =
",round(F0 * V0 / 4, digits = 2),"W¹", sep =""), pos = 3, col = "red")
+ legend(x = V0*1.04, y = V0 * F0 * 0.2, legend = c(paste("F0
= ", round(F0, digits = 0), "N", sep = ""),
+ paste("V0 = ", round(V0,
digits = 2), "m/s", sep = ""),
+ paste("Pmax = ",
round(F0*V0/4, digits = 0), "W", sep = ""))
+ , xjust = 1, yjust = 0.1, text.col = c("Blue",
"darkgreen", "red"), cex = 1.3)
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]