> Did you had the time to check whether what Helen suggested suites your
> needs? I'd like to know if this is still a valid wishlist bug that should
> be forwarded upstream or if it can be closed.
>

Sorry for getting back to you so late. The suggestion given by Helen
solves the problem partially but not completely.

Using labplot 1.5.1.6-2.2+b1, I have

$ labplot --version
Qt: 3.3.8b
KDE: 3.5.8
LabPlot: 1.5.1


$ cat datafile.txt
1  5  4  8  2
3  8  1  9  7


Now If I do

labplot -> Edit -> New Plot from Data -> 2D Data
choose the 'datafile.txt'
select  y1|y2|y3|...  instead of  x|y
apply

then the points that are plotted are
(1,1), (2,5), (3,4), (4,8), (5,2)

but instead I would like to see a plot of
(1,3), (5,8), (4,1), (8,9), (2,7).


When using the  y1|y2|y3|... format, I am not able to change the

x: index
y:1

values to something else. It is as if they are unmodifiable which is
strange since they are modifiable under the  x|y  format.


hth
raju



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to