fixing y axis
This commit is contained in:
@@ -1346,6 +1346,7 @@ def instroke_interactive_chart(df,metric, workout, spm_min, spm_max,
|
|||||||
df_plot = df_plot.drop(["high 2", "low 2"])
|
df_plot = df_plot.drop(["high 2", "low 2"])
|
||||||
df_plot = df_plot.drop_nulls()
|
df_plot = df_plot.drop_nulls()
|
||||||
|
|
||||||
|
ytitle = "Y"
|
||||||
if metric == 'boat accelerator curve':
|
if metric == 'boat accelerator curve':
|
||||||
ytitle = "Boat acceleration (m/s^2)"
|
ytitle = "Boat acceleration (m/s^2)"
|
||||||
elif metric == 'instroke boat speed':
|
elif metric == 'instroke boat speed':
|
||||||
|
|||||||
Reference in New Issue
Block a user