MathGroup Archive 2006

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

Search the Archive

Re: Several functions in a single 2D-plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg68780] Re: Several functions in a single 2D-plot
  • From: Jean-Marc Gulliet <jeanmarc.gulliet at gmail.com>
  • Date: Fri, 18 Aug 2006 03:12:37 -0400 (EDT)
  • Organization: The Open University, Milton Keynes, UK
  • References: <ec19f0$oir$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Vicent wrote:
> How can I plot several functions within the same 2D graphic?

Plot[{f_1, f_2, ... }, {x, x_min, x_max}] plots several functions f_i.

http://documents.wolfram.com/mathematica/functions/Plot

DisplayTogether[a, a, â?¦ , opts] combine the plots that result from the 
given plot commands in a Graphics object

http://documents.wolfram.com/mathematica/Add-onsLinks/StandardPackages/Graphics/Graphics.html

HTH,
Jean-Marc


  • Prev by Date: Re: product formula in mathematica
  • Next by Date: Re: perplexed by blank sequence in pattern replacement
  • Previous by thread: Several functions in a single 2D-plot
  • Next by thread: Re: Several functions in a single 2D-plot