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

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.

UPDATE: Now, Using Kusalananda's answer I now get the below result and here's the sorted data

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.

UPDATE: Now, Using Kusalananda's answer I now get the below result and here's the sorted data

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.

added 99 characters in body
Source Link
newstudent
  • 221
  • 1
  • 7

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.

UPDATE: Now, Using Kusalananda's answer I now get the below result and here's the sorted data

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.

UPDATE: Now, Using Kusalananda's answer I now get the below result

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.

UPDATE: Now, Using Kusalananda's answer I now get the below result and here's the sorted data

added 126 characters in body
Source Link
newstudent
  • 221
  • 1
  • 7

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.

UPDATE: Now, Using Kusalananda's answer I now get the below result

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.

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.

UPDATE: Now, Using Kusalananda's answer I now get the below result

edited tags, change "sphere" to "circle", minor markup fixes
Source Link
Kusalananda
  • 355.8k
  • 42
  • 735
  • 1.1k
Loading
edited tags
Link
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 264
Loading
added 4 characters in body
Source Link
newstudent
  • 221
  • 1
  • 7
Loading
Source Link
newstudent
  • 221
  • 1
  • 7
Loading