Multiple plots
- To: mathgroup at smc.vnet.net
- Subject: [mg7257] Multiple plots
- From: seanross at worldnet.att.net
- Date: Tue, 20 May 1997 02:58:43 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
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?