I want to draw a chart for a function y=x^2 as follows:

but the curve is not smooth as it is a set of connected lines.
how can I make the curve smoother ?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should use
Path.quadTowith only onePath. If you are already doing this then I suggest increasing the number of points on the graph.Move to the beginning of the
Path:in the middle:
and at the end: