Re: to get all parametric plots/line traces
- To: mathgroup at smc.vnet.net
- Subject: [mg114261] Re: to get all parametric plots/line traces
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Mon, 29 Nov 2010 06:07:28 -0500 (EST)
It depends on what you want to see: a grid of all the separate contour plots or else all the contour plots on a single graphic. For the first, merely replace "Animate" by "Table". For the latter, replace "Animate[....]" by "Apply[Show,...]". On 11/28/2010 6:51 AM, Narasimham wrote: > How to get plot of family of curves, instead of being able to view > only one plot a at any point of time? > > Animate[ContourPlot[(1 - lam) (x^2 + y^2 - x y - 1) + lam (x^2 + > y^2 + x y - 1) == 0, > {x, -2, 2}, {y, -2, 2}, GridLines -> Automatic, Mesh -> {200, 200}], > {lam, -2, 2, .25}] > -- Murray Eisenberg murray at math.umass.edu Mathematics & Statistics Dept. Lederle Graduate Research Tower phone 413 549-1020 (H) University of Massachusetts 413 545-2859 (W) 710 North Pleasant Street fax 413 545-1801 Amherst, MA 01003-9305