Points on a Curve
JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
Generate dots on a function curve from a set of points. | In[1]:=
ptc = Graphics[Table[Point[{x, 2Sin[1/x]}], {x,
-Pi, Pi, .01}], Axes -> Automatic] In[2]:= JavaView[ptc] |