Skip to content

Instantly share code, notes, and snippets.

@Dysp
Created November 10, 2016 13:51
Show Gist options
  • Save Dysp/e0b9243b8ef366757579c8e1345033ff to your computer and use it in GitHub Desktop.
Save Dysp/e0b9243b8ef366757579c8e1345033ff to your computer and use it in GitHub Desktop.
## I have to columns of data; one with time and the other with heart rate
{ time_1: heart_rate_1, time_2: heart_rate_2.. }
# or
{ time: [time_1, time_2, time_3], heart_rate: [hr1, hr2, hr3] }
# or
[ [time_1, time_2], [hr1, hr2, hr3] ]
# or?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment