|
[Date Index]
[Thread Index]
[Author Index]
More Epilogs
- To: mathgroup at smc.vnet.net
- Subject: [mg23654] More Epilogs
- From: "F. Mittermayr" <mitterma at linz.vai.co.at>
- Date: Sun, 28 May 2000 23:09:05 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
does anyone know how to combine 2 plots with 2 epilogs in a Show command??
p1=Plot[Sin[x], {x,0,2 Pi}, Epilog-> {PointSize[0.05],Hue[1],Point[{0,1}]},
DisplayFunction->Identity];
p2=Plot[Cos[x], {x,0,2 Pi}, Epilog-> {PointSize[0.05],Hue[1],Point[{0,0}]},
DisplayFunction->Identity];
Show[p1,p2,DisplayFunction->$DisplayFunction]
unfortunately only one Epilog is plotted.
Thnx for any ideas
F. Mittermayr
Prev by Date:
implementation
Next by Date:
Re: PSLQ and Mathematica 4.0
Previous by thread:
Re: implementation
Next by thread:
Re: More Epilogs
|