MathGroup Archive 2005

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

Search the Archive

Re: plots with variation of arbitrary constant

  • To: mathgroup at smc.vnet.net
  • Subject: [mg60380] Re: plots with variation of arbitrary constant
  • From: Peter Pein <petsie at dordos.net>
  • Date: Wed, 14 Sep 2005 03:28:02 -0400 (EDT)
  • References: <dg68o6$9vb$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Narasimham schrieb:
> 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.
> 
<< Graphics`Graphics`
DisplayTogether[Plot[Sin[x] + #, {x, 0, Pi}]& /@ Range[10]]

-- 
Peter Pein, Berlin
GnuPG Key ID: 0xA34C5A82
http://people.freenet.de/Peter_Berlin/


  • Prev by Date: Re: plots with variation of arbitrary constant
  • Next by Date: Re: plots with variation of arbitrary constant
  • Previous by thread: Re: plots with variation of arbitrary constant
  • Next by thread: Re: plots with variation of arbitrary constant