I am trying to plot the following parametric equation in gnuplot:
fx(t) = -35*cos(t) + 65*cos(-.35*t)
fy(t) = -35*sin(t) - 65*sin(-.35*t)
I am not using much more code than pasted above. The result is fairly ugly.It is very angular, and obviously there must be some command to smooth it out.
I have tried to use commands like smooth cspline and smooth bezier to no avail.
How do I make a nice smooth graph of this function in gnuplot?
Just change the
samplesvalue typing, for example,Here is the complete command: