[Kst] branches/work/kst/portto4/kst/devel-docs/Kst2Specs

Mike Fenton mike at staikos.net
Tue Nov 6 16:04:11 CET 2007


SVN commit 733522 by fenton:

Update .kst file specification to include GeneratedMatrix, EditableMatrix and DataMatrix.


 M  +5 -2      kstfile.txt  


--- branches/work/kst/portto4/kst/devel-docs/Kst2Specs/kstfile.txt #733521:733522
@@ -19,8 +19,11 @@
     </editablevector>
     <scalar tag="" orphan="true" editable="true" value=""></scalar>
     <string tag="" orphan="true" editable="true" value=""></string>
-    <matrix name="">
-    </matrix>
+    <datamatrix tag="" provider="" file="" field="" reqxstart=""  reqystart="" reqnx="" reqny="" doave="" doskip="" skip=""></datamatrix>
+    <generatedmatrix tag="" xmin="" ymin="" nx="" ny="" xstep="" ystep="" gradzmin="" gradzmax="" xdirection=""></generatedmatrix>
+    <editablematrix tag="" xmin="" ymin="" nx="" ny="" xstep="" ystep="">
+        <data></data>
+    </editablematrix>
   </variables>
   <objects>
     <equation name="" xvector="" interpolate="true" output="">


More information about the Kst mailing list