logo

FunctionCurve

JavaView Snapshot Mathematica Snapshot
JavaView Applet JavaView Lite Applet
Use Line[] to generate a function curve as polygon. In[1]:= lnc = Graphics[{RGBColor[1, 0.7, 0], Line[Table[{x, 2Sin[1/x]}, {x, -Pi, Pi, .01}]]}, Axes -> Automatic];

In[2]:= JavaView[lnc]

© 1997-2017 Last modified: 22.06.2017 --- www.javaview.de --- The JavaView Project