Hello everyone,
Below, you can see an image where I have used Mathematica to contour data generated from 100 data points (in green). Unfortunately, the contour lines seem to include a series of "random" line segments (obviously, not random in a literal sense).
Does anyone have any idea(s) about why the ListContourPlot function is behaving this way?

Here is the Mathematica code:
Show[ListContourPlot[ContourableValues], MouseOverPoints]
And ContourableValues is of the form:
{{-1.48492, -0.424264, 1}, {-1.48492, -0.353553,
1}, {-1.48492, -0.282843, 3}, {-1.48492, -0.212132,
2}, {-1.48492, -0.141421, 3}, {-1.48492, -0.0707107, 3}, {-1.48492,
0., 1}, {-1.48492, 0.0707107, 1}, {-1.48492, 0.141421,
0}, {-1.48492, 0.212132, 0}, {-1.48492, 0.282843, 0}, {-1.48492,
0.353553, 0}, {-1.48492, 0.424264, 0}, {-1.41421, -0.636396,
2}, {-1.41421, -0.565685, 2}, {-1.41421, -0.494975,
1}, {-1.41421, -0.424264, 1}, {-1.41421, -0.353553,
0}, {-1.41421, -0.282843, 2}, {-1.41421, -0.212132, 2},....etc.
I would appreciate any advice that anyone could give.
Thanks,
Matty