Tagged Questions
3
votes
1answer
64 views
Sorting according to more than one key in pgfplotstable
Is it possible to sort rows of a pgfplotstable according to multiple keys?
For example, input file is as follows:
Mtx Kind P Sp
A LP 16 4.2
C OPT 16 72.5
A LP 64 20.3
B OPT 16 ...
4
votes
1answer
100 views
How to use pgfplotstable's iflessthan key
pgfplotstable offers the iflessthan key to define a custom comparison function:
/pgfplots/iflessthan/.code args={##1##2##3##4}{<...>}
I just don't know how to use it, there's no example in the ...