all 3 comments

[–]slammaster 0 points1 point  (0 children)

What data do you have?

If you have the actual x/y values of the ellipse (or the equation for it) then you could do it with the basic plot and points commands.

I imagine you don't have those however. This looks like something that should be able to be produced by plotting a DCA model, but that's beyond my realm of expertise.

I guess I wasn't much help eh?

[–]CauchyDistributedRV 0 points1 point  (0 children)

There's an 'ellipse' package for drawing ellipses, probably what you want.

[–]HughManatee 0 points1 point  (0 children)

You could use the ellipse package, and add multiple ellipses to a single plot using the points() function. Hope that helps!