Re: Multiple plots
- To: mathgroup at smc.vnet.net
- Subject: [mg7276] Re: Multiple plots
- From: hans.steffani at e-technik.tu-chemnitz.de (Hans Steffani)
- Date: Thu, 22 May 1997 09:17:15 -0400 (EDT)
- Organization: University of Technology Chemnitz, FRG
- Sender: owner-wri-mathgroup at wolfram.com
seanross at worldnet.att.net writes:
>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.
Show[Plot[f[x],{x,x0,x1}, DisplayFunction->Identity]
,ListPlot[somedata, DisplayFunction->Identity]
,ListPlot[someotherdata, DisplayFunction->Identity]
,DisplayFunction->$DisplayFunction]
h.f.s.
--
Hans Friedrich Steffani
Institut fuer Elektrische Maschinen und Antriebe, TU Chemnitz-Zwickau
mailto:hans.steffani at e-technik.tu-chemnitz.de
http://www.tu-chemnitz.de/~hfst/