...
Note: For the Index column, the size should be XYZ data size multiple of 3. Every 3 numbers will indicate three points of XYZ data, which will represent a triangle patch. The Index should be based on the selected data, but not the whole columns.
How to
- Select columns with XYZ data, generate a surface plot by choosing Plot: 3D Surface: Color Fill Surface
- Specify the data index for plotting order by running the script (With your worksheet active, open the Script Window (menu item: Window: Script Window), copy-paste the following lines of code, select all lines, and press Enter.)
set %c -spi 2
//2=the column next to the z column. 1=z column, 0=no data index specified
...