LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Issue graphing a circle

Solved!
Go to solution

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.

 

graph.PNG

 

0 Kudos
Message 1 of 2
(2,296 Views)
Solution
Accepted by topic author randomguy77

Your circle drawing uses the sine and cosine function, which expect Radians as an input but you're using degrees.

Message 2 of 2
(2,264 Views)