LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

plot rotated oval

hi,

I am fitting an ellipse to points on a graph control and would like to plot the fitted ellipse on the graph. However, PlotOval(....) only allows for non-rotated

ovals to be plotted. Could anyone point me to a way to achieve this? I know the centre, and major + minor axis of my ellipse.

Thanks in advance!

0 Kudos
Message 1 of 3
(3,025 Views)

Hi,

 

the only idea I have is to use PlotXY for plotting the upper and lower part of the ellipse... unfortunately this involves calculating the xy pairs Smiley Sad

0 Kudos
Message 2 of 3
(3,023 Views)

thanks, I did that and it works fine,

perhaps an addition to future releases, have an optional rotation parameter in the PlotOval function?

cheers

 

0 Kudos
Message 3 of 3
(3,007 Views)