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]  | 
	
	
