[Kst] [Bug 114724] can only specify error bars in +y direction from command line
George Staikos
staikos at kde.org
Thu Oct 20 00:19:39 CEST 2005
------- 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=114724
------- Additional Comments From staikos kde org 2005-10-20 00:19 -------
SVN commit 472128 by staikos:
backport error bar commandline fix
CCBUG: 114724
M +1 -0 main.cpp
--- branches/work/kst/1.1/kst/kst/main.cpp #472127:472128
@ -548,6 +548,7 @
evector = GetOrCreateVector(*(errorList.at(i_ycol)), file, in);
if (evector) {
curve->setYError(KstVectorPtr(evector));
+ curve->setYMinusError(KstVectorPtr(evector));
}
}
More information about the Kst
mailing list