home *** CD-ROM | disk | FTP | other *** search
- menu -m /* go to the matrix window */
-
- menu 3 &Plot
-
-
- menu (3D-&Color Fill Surface) {
- worksheet -p 242 mesh;
- }
-
- menu (3D-&X Constant with Base) {
- worksheet -p 242 xconst;
- }
-
- menu (3D-&Y Constant with Base) {
- worksheet -p 242 yconst;
- }
-
- menu
-
- menu (3D-Color &Map Surface) {
- worksheet -p 242 cmap;
- }
-
- mwnu
-
- menu (3D-Wire Frame) {
- worksheet -p 242 wirefrm;
- }
-
- menu (3D-Wire Surface) {
- worksheet -p 242 wireface;
- #Wire frame with semi-transparent nets
- }
-
-
-
-
-
- menu -w /* go to the worksheet menu */
-
- menu 4 Plot3D /* new plot 3d menu */
-
- menu (&Scatter) {
- if(selc2-selc1!=0 || selc1==0 || %(%H,@T,selc1) != 6) {
- type -b You must select a single Z column first;
- break 1;
- };
-
- worksheet -P 240 3d;
- }
-
- menu (&Trajectory) {
- if(selc2-selc1!=0 || selc1==0 || %(%H,@T,selc1) != 6) {
- type -b You must select a single Z column first;
- break 1;
- };
-
- worksheet -P 240 Traject;
- }
-
- menu
-
- menu (&Bars) {
- worksheet -Plot ? Bar3d;
- #Plot Selected columns as a 3D bar chart
- }
-
- menu (&Ribbons) {
- worksheet -Plot ? Ribbon;
- #Plot Selected columns as a 3D ribbon chart
- }
-
- menu (&Walls) {
- worksheet -Plot ? Walls;
- #Plot Selected columns as a 3D ribbon chart
- }
-
-
- menu (Water Fall) {
- worksheet -Plot ? water3d;
- #Plot the selected columns as 3D water fall plots
- }
-