Private
Public Access
1
0

Finished improving cum_flex chart

This commit is contained in:
sanderroosendaal
2016-11-01 22:08:33 +01:00
parent 01ea80c539
commit 9d2633bfde
4 changed files with 41 additions and 68 deletions

View File

@@ -123,8 +123,10 @@ def dataprep(rowdatadf):
data = DataFrame(
dict(
time = t2,
timesecs = t,
hr = hr,
pace = p2,
pseconds=p,
spm = spm,
cumdist = cumdist,
ftime = niceformat(t2),