MathGroup Archive 1999

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

Search the Archive

Re: Simple Question: 2graphs in one?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg17526] Re: Simple Question: 2graphs in one?
  • From: phbrf at t-online.de (Peter Breitfeld)
  • Date: Fri, 14 May 1999 01:13:03 -0400
  • Organization: das ist ein breites Feld ...
  • References: <7h4ink$efo@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Michael Kalina <kalina at teleweb.at> schrieb:
> 
> Hi!
> 
> Can anybody tell me how I can plot 2 graphs (e.g. x^2 AND -x^3) in ONE
> graphic-output?
> 
> I only know: Plot[x^2, {x, -5, 5}] ... but how to add a second graph?
> 

Michael,

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

Hava a look at the function Show too, to combine graphics-stuff.
 

Es gruesst  Peter
-- 
=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=
  Peter Breitfeld, Saulgau, Germany        PGP public key:  08548045


  • Prev by Date: Re: Limit[Sqrt[a^2-2 x c]/x,x->0] fails: WHOOPS TRY AGAIN
  • Next by Date: Re: Math Link question about String transfer
  • Previous by thread: Re: Simple Question: 2graphs in one?
  • Next by thread: Re: Simple Question: 2graphs in one?