JavaView Logo  
Home Demos Applications Tutorial Download Help Feedback

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]


© 1999-2005 Last modified: 03.10.2005 --- http://www.javaview.de --- The JavaView Project