| Author |
Comment/Response |
speleomania
|
09/07/12 6:09pm
The following simple command sequence seems to freeze Mathematica on my machine:
Needs["ComputationalGeometry`"]
s={{16468.655, 16045.74}, {16469.038, 16046.111}, {16469.532, 16046.565},
{16470.786, 16047.642}, {16467.011, 16045.638}, {16467.194, 16045.697},
{16467.395, 16045.804}, {16468.601, 16046.751}, {16469.137, 16047.159},
{16470.193, 16047.876}, {16470.503, 16048.135}, {16465.76, 16046.391}};
PlanarGraphPlot[s]
Interestingly this one works just fine:
PlanarGraphPlot[s // Most]
What is wrong with the last point?
Using:
"8.0 for Microsoft Windows (32-bit) (February 24, 2011)"
URL: , |
|