Open eakteam opened 5 years ago
Anyone have any idea how to implement above Line ?
have you solved it,if yes.please help me.
Anyone have any idea how to implement above Line ?
have u solved it. I need to implement it too
Need solution on this
Try this: 1) Create many points by interpolating between the original points. 2) Smooth the data using a smoothing algorithm such as a moving average, here's a good example: http://195.134.76.37/applets/AppletSmooth/Appl_Smooth2.html
With enough points and good smoothing the jagged edges should disappear.
By default the graph make strait lines , how to use smooth one like B example in the picture ?