You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some data points that need to be connected into a curve. How can I do that? If the number of points is too many, there will be obvious unevenness, and if the number of points is too few, there will be obvious edges and corners. How to make the line present a smooth curve effect in the triangle? Or anti aliasing?
I would appreciate your advice.