MathGroup Archive 2007

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

Search the Archive

Re: Plot without Show

  • To: mathgroup at smc.vnet.net
  • Subject: [mg79150] Re: Plot without Show
  • From: chuck009 <dmilioto at comcast.com>
  • Date: Fri, 20 Jul 2007 03:14:46 -0400 (EDT)

Use the DisplayFunction option:

p1 = Plot[Sin[x], {x, 0, Pi}, DisplayFunction -> Identity];
p2 = Plot[Cos[x], {x, 0, Pi}, DisplayFunction -> Identity];
Show[p1, p2, DisplayFunction -> $DisplayFunction];


  • Prev by Date: SetOptions question
  • Next by Date: mathematica port
  • Previous by thread: Plot without Show
  • Next by thread: Re: Plot without Show