https://kotlinlang.org logo
Title
l

louiscad

01/22/2018, 10:36 AM
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
t

thomasnield

01/24/2018, 4:50 PM
I'd look at Java charting libraries for desktop.