[Kst] [Bug 114724] can only specify error bars in +y direction from command line
Andrew Walker
arwalker at sumusltd.com
Wed Oct 19 22:43:26 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
arwalker sumusltd com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From arwalker sumusltd com 2005-10-19 22:43 -------
SVN commit 472104 by arwalker:
BUG:114724 Set the minus Y error to be the same as the plus Y error when the Y error is set from the command line
M +1 -0 main.cpp
--- trunk/extragear/graphics/kst/kst/main.cpp #472103:472104
@ -534,6 +534,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