Private
Public Access
1
0

added Rhythm to flex plot

This commit is contained in:
Sander Roosendaal
2017-01-16 22:43:46 +01:00
parent c380804d08
commit 7b0e8e6872
5 changed files with 24 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ axlabels = {
'finish': 'Finish (degrees)',
'wash': 'Wash (degrees)',
'peakforceangle': 'Peak Force Angle (degrees)',
'rhythm': 'Stroke Rhythm (%)',
'None': '',
}
@@ -87,6 +88,7 @@ yaxminima = {
'finish': 20,
'wash': 0,
'peakforceangle': -20,
'rhythm':20,
}
yaxmaxima = {
@@ -105,6 +107,7 @@ yaxmaxima = {
'finish': 55,
'wash': 30,
'peakforceangle': 20,
'rhythm':55,
}
def tailwind(bearing,vwind,winddir):