09-20-2011 12:14 AM
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!
09-20-2011 01:58 AM
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 ![]()
09-20-2011 06:54 PM
thanks, I did that and it works fine,
perhaps an addition to future releases, have an optional rotation parameter in the PlotOval function?
cheers