Skip to content
Prev 76952 / 398502 Next

Plotting an ellipse in 3D

Mike White wrote:
You should use rgl, rather than djmrgl.  It now has most of the same 
functions plus a lot more.

Then you can plot the ellipse as a wireframe or transparent object.  See 
the demo(regression) example for that kind of drawing; demo(shapes3d) 
for ellipses.  (The demo names are from memory, I don't have access to 
it right now.)

Duncan Murdoch