Hello,
I am trying to sort a list including negative values but sort component gave me a result below, in which negative values are placed in last place…
So I tried another method dividing the original list into two lists for positive and negative values then sort and merge into one list. It seems like this one works, but I don’t know how to re-order the point list based on the sorted coordinate list that I have now…
Does anyone have an idea? Thanks in advance