GraphView icon indicating copy to clipboard operation
GraphView copied to clipboard

Making a Graph smooth

Open derDavid2 opened this issue 4 years ago • 1 comments

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

derDavid2 avatar Oct 05 '21 10:10 derDavid2

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

blubbub avatar Mar 28 '22 14:03 blubbub