MathGroup Archive 2000

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

Search the Archive

combining graphics

  • To: mathgroup at smc.vnet.net
  • Subject: [mg24276] combining graphics
  • From: Robert <robert.schuerhuber at gmx.at>
  • Date: Fri, 7 Jul 2000 00:11:20 -0400 (EDT)
  • Organization: Vienna University of Technology
  • Sender: owner-wri-mathgroup at wolfram.com

how can i omit the plot of curves before combining them with Show[.]?

e.g.

a=Plot[x,{x,0,1}];
b=Plot[2 x,{x,0,1}];
Show[a,b];

the output on the screen gets rather complex if a lot of
Plot[.]-commands are used and since i'm only interested in the final
Show[.]-output, i'd like to omitt the rest, is there a way to do this?

thanks, robert






  • Prev by Date: Re: Plotting multiple functions using Map
  • Next by Date: Do loop var in deferred assignment
  • Previous by thread: RE: Contour labeling
  • Next by thread: Re: combining graphics