[Kst] extragear/graphics/kst/devel-docs
George Staikos
staikos at kde.org
Fri Mar 30 21:23:05 CEST 2007
SVN commit 648218 by staikos:
fix location of inputs
M +5 -5 datasubsets.txt
--- trunk/extragear/graphics/kst/devel-docs/datasubsets.txt #648217:648218
@@ -15,16 +15,16 @@
So:
1) create a KstView which
- inputs: Uneven Vector interpolation rules
+ inputs: Vx, Vy, Uneven Vector interpolation rules
outputs: two vectors, Vxout, Vyout
KstView is inherited by KstXView which takes
- Vx, Vy, Sxmin, Sxmax
+ Sxmin, Sxmax
KstView is inherited by KstYView which takes
- Vx, Vy, Symin, Symax
+ Symin, Symax
KstView is inherited by KstXYView which takes
- Vx, Vy, Sxmin, Sxmax, Symin, Symax
+ Sxmin, Sxmax, Symin, Symax
KstView is inherited by KstFlagView which takes
- Vx, Vy, Vflag
+ Vflag
2) let plots output scalars (xmin, xmax, ymin, ymax)
More information about the Kst
mailing list