[chronojump] Fixed Pmax(F0,V0) on Windows
- From: Xavier Padullés <xpadulles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fixed Pmax(F0,V0) on Windows
- Date: Fri, 13 Apr 2018 13:52:28 +0000 (UTC)
commit 1b884638a14bf85cb0dea3ebccb2e862d72d3475
Author: Xavier Padullés <x padulles gmail com>
Date: Fri Apr 13 15:49:09 2018 +0200
Fixed Pmax(F0,V0) on Windows
encoder/pfvProfileEvolution.R | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/encoder/pfvProfileEvolution.R b/encoder/pfvProfileEvolution.R
index 9576954..42b36bb 100644
--- a/encoder/pfvProfileEvolution.R
+++ b/encoder/pfvProfileEvolution.R
@@ -112,7 +112,7 @@ pfvProfileDrawProfilesEvolution <- function(analyzeTable)
par(mar=c(5,4,4,5))
contour(x = v, y = f, z = power,
main = "Pmax(F0,V0) evolution", xlab = "V0 (m/s)", ylab = "F0 (N)",
- xlim = vlimits, ylim = flimits,
+ xlim = vlimits, ylim = flimits, vfont = NULL,
lty = 2, nlevels = 30, method = "edge")
#Plot the evolution of the session profile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]