Skip to main content
3 of 4
added 43 characters in body
Mr.2023
  • 319
  • 1
  • 7

extract data coordinates from a line list plot

I used the below simple data (including 10 x-y data) and function ListLinePlot to draw a figure. enter image description here

The figure is this: enter image description here

Now I want to export a data x-y coordinates list which includes 100 x-y data at the same x axis interval. Like {1.0,5},{1.1,y1},{1.2,y2},{1.3,y3}...{9.9,y99},{10,7}

is there anyone who can help? Thank you!

Mr.2023
  • 319
  • 1
  • 7