[Kst] [Bug 157472] New: KstScript can not load matrices from Data Sources
Yiwen Mao
yiwenv at live.ca
Sat Feb 9 02:41:13 CET 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=157472
Summary: KstScript can not load matrices from Data Sources
Product: kst
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kst kde org
ReportedBy: yiwenv live ca
Version: 1.6.0 (using KDE 3.5.3)
Installed from: Compiled From Sources
OS: Linux
I try to load a matrix form a source file through KstScript, but Kst fails to load the matrix properly. Data Manager shows that the matrix I just loaded only has 1 sample and ranges from 0 to 0, which is certainly not the case.
Here are the command lines:
kst> source = new DataSource("/home/vyiwen/datafiles/asciimatrix.txt");
DataSource
kst> mx = new Matrix(source, "3");
Matrix
More information about the Kst
mailing list