Re: plots with variation of arbitrary constant
- To: mathgroup at smc.vnet.net
- Subject: [mg60344] Re: [mg60316] plots with variation of arbitrary constant
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Wed, 14 Sep 2005 03:27:12 -0400 (EDT)
- Reply-to: hanlonr at cox.net
- Sender: owner-wri-mathgroup at wolfram.com
Plot[Evaluate[Table[Sin[x] + c, {c, 10}]], {x, 0, Pi}, PlotStyle -> Table[Hue[c/10], {c, 10}]]; Bob Hanlon > > From: "Narasimham" <mathma18 at hotmail.com> To: mathgroup at smc.vnet.net > Date: 2005/09/13 Tue AM 06:06:50 EDT > Subject: [mg60344] [mg60316] plots with variation of arbitrary constant > > How to show 2D plots for chosen range of a constant? > Show[Plot[Sin[x]+ c,{x,0,Pi}],{c,1,10,1}] does not work. > >