Skip to main content
7 of 7
deleted 226 characters in body
newstudent
  • 221
  • 1
  • 7

Sort the data to plot a circle

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

this

but, using

pl 'Sphere_ISOTEST_data.txt' w l

I get the following:

enter image description here

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.

newstudent
  • 221
  • 1
  • 7