Here I have a data which I would to plot with line using Gnuplot. Using the code
pl 'Sphere_ISOTEST_data.txt' w p
I get below figure
but, using
pl 'Sphere_ISOTEST_data.txt' w l
I get the following:
Can anyone suggest as to how to sort the data such that I can plot w l and get only the circumference of the circle.

