Hi!
I'd like to display some accelerometer data on an orthogonal mark (to show 4 curves of float values relative to a timestamp for each set of 4 values), along with a few lines to visualize the data. What I can do is put the accelerometer data in csv file or another persistable data structure. What would you recommend me to use to display this data for reasearch and device comparison purposes? I'd to do it with Kotlin of course
g
gaetan
01/24/2018, 2:29 PM
On which platform?
l
louiscad
01/24/2018, 3:16 PM
The accelerometer data is from Android, but I'd like to display it on desktop (Windows or MacOS), or Android, but I'm aiming for the simplest approach