Vmatrix-obj
LabTalk Object Type:
The vmatrix object controls the appearance of the 2D or 3D plot created from a specified Virtual Matrix.
newbook; impASC fname:= system.path.program$+"Samples\Graphing\3D Surface & Contour.dat"; //Import sample data into Worksheet. plotvm irng:= 1! rowpos:=none colpos:=none vmname:=aaa type:=103 ogl:=<new template:=GLCMAP>; //plot the data in worksheet as virtual matrix. vmatrix vv=aaa; //define the virtual matrix. vv.name$=; //Output the short name of virtual matrix. vv.ztitle$=; //Output the long name of virtual matrix. vv.xtitle$=; //Output the X title vv.nrows=; //output the number of row vv.ncols=; //output the number of column