MathGroup Archive 1993

[Date Index] [Thread Index] [Author Index]

Search the Archive

multiple parametric plots

  • To: mathgroup at yoda.physics.unc.edu
  • Subject: multiple parametric plots
  • From: gmk at pegasos.ccsr.uiuc.edu (Gottfried Mayer-Kress)
  • Date: Mon, 25 Jan 93 04:40:54 -0600

The following creates a sequence of concentric ellipses.
Ho can I superimpose them in one frame?

Do[
ParametricPlot[n{ Cos[ t],Sin[t]} ,{t,.01,2Pi}, PlotRange ->  
{{-5,5},{-5,5}}, 

	PlotStyle -> Hue[n/5]]
	,{n,1,5}]

I could plot them separately and use Show[%1,%2,%3,...]
but that is not very elegant.

Thanks,
---
Gottfried Mayer-Kress
Center for Complex Systems Research, Department of Physics
3025 Beckman Institute, 405 N Mathews, Urbana, Il 61801
gmk at pegasos.ccsr.uiuc.edu (NeXT-Mail)
gmk at goshawk.lanl.gov, gmk at santafe.edu 

(217)-244-5877 (voice/fax modem),x8371(fax), x1994 (msg)





  • Prev by Date: Applying a set of rules to a List
  • Next by Date: question about ColorFunction
  • Previous by thread: Re: Applying a set of rules to a List
  • Next by thread: question about ColorFunction