| This shows two sets of points, displayed as little stars.
JavaView fails : MultipleListPlot makes intense use of Offset, which is not supported.
|
In[1]:=
<<Graphics`MultipleListPlot`
In[2]:=
(list1 = Table[{x, Sin[2 Pi x]}, {x, 0, 1, 0.1}]; list2 = Table[{x, Cos[2 Pi x]}, {x, 0, 1, 0.1}]);
In[3]:=
mlp = MultipleListPlot[list1, list2, PlotJoined -> True]
In[4]:=
JavaView[mlp]
|