how to place circles or starts in (along) the curves in the plot?
- To: mathgroup at smc.vnet.net
- Subject: [mg108728] how to place circles or starts in (along) the curves in the plot?
- From: Haibo Min <haibo.min at gmail.com>
- Date: Mon, 29 Mar 2010 05:23:17 -0500 (EST)
Hi, there. I want to place circles, starts, triangle etc. in
different curves within a grpah to distinguish them from each other. How to
do it? I have read all the help document on Plot, but still have no idea.
For example, the following codes only automatically distinguish the Sin^2
and Cos^2 by different colors,
Plot[{Sin[x^2], Cos[x^2]}, {x, 0, 3}]
If I want to place circles along the Sin^2 curve, and stars along the Cos^2
one, how to?
Thank you!