added Rhythm to flex plot
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user