Author |
Topic |
|
Xaime94
Poland
7 Posts |
Posted - 05/23/2018 : 3:43:26 PM
|
Hi, I have a set of (x,y) data points and I would like to sort X by ascedning/descending values and to sort this data such that each data point(x,y) corresponds to the one (x,y)point before sorting X
For example: Data points (x,y) are: x = 20, y = 50 x = 5, y= 10 x = 15, y=14
and I want to sort them like so:
x = 5, y= 10 x = 15, y=14 x = 20, y = 50
Many thanks |
Edited by - Xaime94 on 05/23/2018 3:49:02 PM |
|
arstern
USA
237 Posts |
Posted - 05/23/2018 : 3:51:00 PM
|
Hi,
Select your X column and select Worksheet -> Select Sort Worksheet -> Select Ascending or Descending. The Y values will re-organize to correspond with the Ascending or Descending X values.
Aviel OriginLab |
|
|
Xaime94
Poland
7 Posts |
Posted - 05/23/2018 : 5:28:02 PM
|
Dear arstern,
It works, thank you |
|
|
|
Topic |
|
|
|