User (Legacy) Posted October 2, 2001 Report Share Posted October 2, 2001 Hi all, I am trying to create a "roundness diagram" to display "how round a circle is". To do this, I have an array with deviations from the perfect circle. Is there some kind of polar plot where I specify an angle and a radius? In this way, I could do something like Plot(Angle, R+dr) where R is the radius of the circle and dr is the deviations (in a good scale) and get a circle witch is not completely circular. I could explain more in detail, but it would only end up in confusion. Quote Link to comment Share on other sites More sharing options...
Software FX Posted October 2, 2001 Report Share Posted October 2, 2001 I know what you mean but unfortunately we do not support it. There are people who's done it by converting to X/Y coordinates (using sin and cos) and using an X/Y chart. I but I have to admit that's not very elegant but it gets the work done if what you want to do is plot. -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.