jim117 |
Posted - 02/24/2002 : 06:15:47 AM I use labtalk6.0 to compile a small program caculating the step height of a surface. Dataset[X,Y,Z] is as follows: ----------------------------------------------------- [1,1,Z(1,1)], [1,2,Z(1,2)] ..... [1,jj,Z(1,jj)] [2,1,Z(2,1)], [2,2,Z(2,2)] ..... [2,jj,Z(2,jj)] ... ... ... ... ... ... [ii,1,Z(ii,1)], [ii,2,Z(ii,2)].....[ii,jj,Z(ii,jj)] ----------------------------------------------------- How can I use scripts to plot 3Dgraph? And how to set the top layer and bottom layer of step with different colors? Many thanks.
Origin's new user |