jjoe64 / GraphView

Android Graph Library for creating zoomable and scrollable line and bar graphs.
https://github.com/jjoe64/GraphView/wiki
Other
2.76k stars 811 forks source link

Making a Graph smooth #679

Open derDavid2 opened 3 years ago

derDavid2 commented 3 years ago

Hey, is there a way to do this? Instead of sharp edges I would like the graph to be somewhat smoothed out.

blubbub commented 2 years ago

You can apply a smoothing algorithm to your data. This site explains a few methods. I would suggest a moving average. It's pretty simple. http://195.134.76.37/applets/AppletSmooth/Appl_Smooth2.html