$ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $ $ This is an example of using the add_column command in the $ Disposition Menu. $ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ $ $ $*************************************** basic stuff $ &device -g_default device &dimen -dimen feet kips &default -depth 100 $ $*************************************** check der/integral $ &type Building a Graph of sin(x) &title This Is a Test! &subtitle Required Leg Ballast for different extension module weights:wq &build -s x x*x sin &loop k 0 32 &set x = &number(real .1*%k) %x &number(real %x*%x) &number(sin %x) &endloop end set_var num -numavail add_col x -derivative 1 2 add_col cos -derivative 1 3 add_col icos -integral 1 5 vlist plot 1 4 -no plot 1 3 5 6 -no view @ end $ $*************************************** check others $ &buildg -s c1 c2 1 3 2 3 3 3 4 3 end ADD_COL combine -combine 1 1 2 1 ADD_COL input -input 1 0 1 4 2 ADD_COL rms -rms 1 2 3 ADD_COL norm -norm 1 2 ADD_COL column -column 3 2 3 4 vlist view @ -hard end $ $*************************************** all done $ &fini