MathGroup Archive 2002

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

Search the Archive

Re: How can I plot with Mathematica two function in the same graphic?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg36495] Re: [mg36468] How can I plot with Mathematica two function in the same graphic?
  • From: Bill Rowe <listuser at earthlink.net>
  • Date: Mon, 9 Sep 2002 00:29:40 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

On 9/8/02 at 3:30 AM, mario.lat at libero.it (Mario Latens) wrote:

>How can I plot with Mathematica two function in the same graphic? I
>explain better: I'd like to draw a) y=x and b) y=x^2 in the same axes
>X-Y (in order to compare a and b).

Plot[{x, x^2},{x,-2,2}]


  • Prev by Date: RE: Can anyone simplify this?
  • Next by Date: incomplete multiplelistplot
  • Previous by thread: Re: How can I plot with Mathematica two function in the same graphic?
  • Next by thread: RE: How can I plot with Mathematica two function in the same graphic?