[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Sat May 21 01:47:32 CEST 2005
On Friday 20 May 2005 18:54, Rick Chern wrote:
> SVN commit 416263 by rchern:
>
> Fix DCOP functions that did not work
>
> M +51 -14 trunk/extragear/graphics/kst/kst/kstiface_impl.cpp
Thanks for cleaning these up.
In this place:
- // FIXME: should we be plotting this? Otherwise, remove color
- //KstVCurvePtr vc = new KstVCurve(pstag + "-curve", *iter,
powerspectrum->vY(), 0L, 0L, color.isValid() ? color : QColor("darkBlue"));
+ // create curve as well (but don't plot the curve)
+ KstVCurvePtr vc = new KstVCurve(pstag + "-C", powerspectrum->vX(),
powerspectrum->vY(),
The question is more of design than implementation. I'm not sure that we
should be creating a curve and plotting at all here. The PSD may be wanted
just for the computation.
--
George Staikos
KDE Developer http://www.kde.org/
Staikos Computing Services Inc. http://www.staikos.net/
More information about the Kst
mailing list