12-12-2018 03:03 PM
I am trying to graph two circles onto one xy graph. One being a Lissajous curve, and the other being a perfect circle with a radius of the average value. The Lissajous graphs just fine, but when trying to graph the circle I get the issue shown in the issue. Since it is using the average as the radius there should only be one line at that point the whole way, but that is not what I get at all.
Solved! Go to Solution.
12-12-2018 05:24 PM
Your circle drawing uses the sine and cosine function, which expect Radians as an input but you're using degrees.