1This is file contplot.men--Generate DEX Contour Plot
2
3--------------------
4 1. DEX Contour Plot (no center point)
5 2. DEX CONTOUR PLOT Y X1 X2 YCONT
6 3.
7 4. Response Variable:
8 4. @CE 1 0 42 50 ? gui-vari
9 5. Most Important Factor/Variable:
10 5. @CE 2 0 42 50 ? gui-vari
11 6. 2nd Most Important Factor/Variable:
12 6. @CE 3 0 42 50 ? gui-vari
13 7.
14 8. For the contour levels, you can either enter a
15 9. list of values OR the name of a previusly created
1610. variable (enter one of the following).
1711.
1812. Desired List of Contour Line Values:
1913. @CE 4 0 1 50 ?
2014. Variable Containing Contour Line Values:
2114. @CE 5 0 42 50 gui-vari
2215.
2316. Type of Optimization:
2416. @CE 6 1 35 42 Maximum
2516. @CE 6 2 43 49 Minimum
2617.
2718. The traces for the Dex Contour Plot are defined by:
2819.   trace 1        - edge points (set automatically)
2920.   trace 2        - edge point square
3021.   trace 3 and up - contour lines
3122.
3223. Line Style (start with trace 2):
3324. @CE 7 0 1 50 gui-line
3425. Line Thickness (start with trace 2):
3526. @CE 8 0 1 50 gui-thickness
3627. Line Color (start with trace 1):
3728. @CE 9 0 1 50 gui-color
3829.
3930. Title
4031. @CE 10 0 10 50 *
4132. Vertical axis label (most important factor)
4233. @CE 11 0 10 50 *
4334. Horizontal axis label (2nd most important factor)
4435. @CE 12 0 10 50 *
4536.
4637. Generate the Contour Plot?:
47--------------------
48GR FE
49@IF 4 0 LET YCONT = DATA _4
50@IF 5 0 LET YCONT = _5
51SET DEX CONTOUR  PLOT DIRECTION MAXIMUM
52SET DEX CONTOUR  PLOT DIRECTION _6
53LINE BLANK BLANK _7
54LINE THICKNESS  0.1 0.1 0.3
55LINE THICKNESS  0.1 _8
56LINE COLOR _9
57TITLE _10
58Y1LABEL _11
59X1LABEL _12
60DEX CONTOUR PLOT _1 _2 _3 YCONT
61LINE SOLID ALL
62LINE THICKNESS 0.1 ALL
63--------------------
64WEB HELP DEX CONTOUR PLOT
65--------------------
66