Hiding Plots
- To: mathgroup at yoda.physics.unc.edu
- Subject: Hiding Plots
- From: t balasubramanian <balu at jensen.cc.brandeis.edu>
- Date: Wed, 28 Apr 93 12:51:00 -0500
Hi,
I would like to plot various functions f1[x],f2[x].......
All these functions have different x ranges and would like to display
all at once. Well here is a standard solution.
p1 = Plot[f1[x],{x,a,b}]
p2 = Plot[f2[x],{x,c,d}]
.......
then say
Show[p1,p2,....].
Well it does work - What I donot want is the individual plots
(p1,p2..) to be displayed. I have'nt been able to figure out how to
suppress all the individual plots and only disply them together.
I tried putting semicolan's, piping it to a file etc. Does not work.
I would appreciate if some one can tell me if one can do this in
Mathematica at all .
Thanks
T. Balasubramanian
Dept. Of Physics
Brandeis University
Waltham
MA 02254
balu at jensen.cc.brandeis.edu