Hi
I am new in gnuplot and I have a file as follows:
1 11
2 12
3 13
4 14
5 15
and I want to sort it like :
5 15
4 14
3 13
2 12
1 11
I appreciate any help
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I am new in gnuplot and I have a file as follows:
1 11
2 12
3 13
4 14
5 15
and I want to sort it like :
5 15
4 14
3 13
2 12
1 11
I appreciate any help
And what do you want to plot with it?