| Author |
Comment/Response |
Peter Pein
|
10/30/11 04:14am
Hi,
just to amend the moderator's comment:
if points lie too dense and you've got the exact coordinates, simply stretch them. With list being your example data:
In[10]:= ch = ConvexHull[10^6 list]
Out[10]= {4, 3, 1, 2}
ListLinePlot[list[[ch /. {f_, r__} :> {f, r, f}]], Mesh -> Full] will show the parallelogram.
Peter
URL: , |
|