MathGroup Archive 1997

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

Search the Archive

Multiple plots

  • To: mathgroup at smc.vnet.net
  • Subject: [mg7275] [mg7257] Multiple plots
  • From: TTCJ34A at prodigy.com ( JOHN C ERB)
  • Date: Thu, 22 May 1997 09:17:01 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

>From: seanross at worldnet.att.net
To: mathgroup at smc.vnet.net
>To: mathgroup at smc.vnet.net
>Subject: [mg7275] [mg7257] Multiple plots
>
>When you use the Show command to display several plots together,ie
>
>Show[Plot[f[x],{x,x0,x1}],ListPlot[somedata],
ListPlot[someotherdata]]
>
>It shows each of the separate plots and then puts them all together 
at
>the end.
>
>Does anyone know how I could get it not to display any of the 
individual
>plots and only show the combined plot at the end?

Try using DisplayFunction->Identity for the individual plots,
then reset to DisplayFunction->$DisplayFunction for Show

John C. Erb


  • Prev by Date: The Mathematica Journal
  • Next by Date: Re: How to clear all definitions?
  • Previous by thread: Re: Multiple plots
  • Next by thread: Re: Multiple plots