Search found 2 matches

by scooter
Sat Jul 11, 2009 11:51 pm
Forum: General discussion
Topic: Why does edit>sort not work for me?
Replies: 2
Views: 10673

It is obvious to me now that I read the "sort" definition. The sort function operates on XY data pairs, not just the Y value. What I wanted was sorted Y values, altering the pairings, like this:

0 125
1 126
2 141
3 148
4 173
5 178
6 191

So that should be done before importing the data. Thanks.
by scooter
Sat Jul 11, 2009 5:49 pm
Forum: General discussion
Topic: Why does edit>sort not work for me?
Replies: 2
Views: 10673

Why does edit>sort not work for me?

I cannot get edit>sort to work. (Note that I have only been using DPlot for one day.)

Dropping the following sample data on DPlot does give me a curve, and I can work with it using most program options:

0 148
1 125
2 126
3 141
4 191
5 178
6 173

But clicking "sort" does not change the data order ...