Tagged Questions
4
votes
1answer
299 views
How to sort table for plotting with pgfplots?
Is it possible to sort a table at the point that is included in a pgfplot. In the example below, the point x=3 and x=4 are ordered for plotting. I am looking prefereably for an 'in-place' solution, ...