26th May 2020, 10:54 AM
Lerninn
2 Respostas
+ 5
Because they return indices of the sorted numbers. Use: d = np.argsort(x) print(x[d]) To get your output.
26th May 2020, 11:02 AM
Valmob101
Valmob101 - avatar
+ 1
Thanks...
26th May 2020, 11:07 AM
Lerninn