MathGroup Archive 1990

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

Search the Archive

Superimposed plots

  • To: mathgroup at yoda.ncsa.uiuc.edu
  • Subject: Superimposed plots
  • From: uunet!van-bc!kenward%mdivax1 (Gary Kenward)
  • Date: Wed, 6 Jun 90 14:56:23 PDT

I have a number of curves that I want to show on one plot.
I know that:

	p1=Plot[f[x], {x,xmin,xmax}]

	p2=Plot[g[y], {y,ymin,ymax}]

	Show[p1,p2]

Will combine the two plots, but in the process, to extraneous plots are
displayed. 

Is there an easy way to disable the display of p1 and p2?

Gary W. Kenward
Mobile Data International, Inc
Richmond, BC


  • Prev by Date: Re: Integrating Gaussians
  • Next by Date: Integrating Gaussians
  • Previous by thread: Integrating Gaussians
  • Next by thread: Re: Superimposed plots