Smooth Line graph in Android GraphView
Asked Answered
F

1

6

It is possible to make line graph more smooth? If my data have not much points on graph?

Freeze answered 1/5, 2013 at 19:49 Comment(1)
Hi, Did you find out any solution? I'm too looking for sameRecant
H
1

You can try to smooth the data first, with a Savitzky Golay filter for example, and then send it to the GraphView.

A sample of this filter can be found here: Savitzky-Golay Filter

Hartal answered 21/6, 2016 at 12:40 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.