0byt3m1n1
Path:
C:
/
Users
/
Administrator
/
SYSTAT
/
SYSTAT_13
/
Gallery
/
[
Home
]
File: Border Displays (3D).syc
REM This item was created using USSTATES, with RAIN as the X-variable, SUMMER as the Y-variable, and an axis maximum of 20. TOKEN TOKEN &message / TYPE = MESSAGE PROMPT = 'This item plots two continuous, variables against each other. The distributions of, each variable appear at the borders of the plot.' TOKEN &xvar / TYPE = NVARIABLE PROMPT = 'Select an X-variable.' IMMEDIATE TOKEN &yvar / TYPE = NVARIABLE PROMPT = 'Select a Y-variable.' IMMEDIATE TOKEN &max / TYPE = NUMBER PROMPT = 'Enter a maximum value for the, vertical axis.' BEGIN FACET XY PLOT &yvar * &xvar / HEIGHT = 4IN WIDTH = 4IN ELL = 0.5 FACET XZ DEPTH 4 IN DENSITY &xvar / HEIGHT = 4IN WIDTH = 4IN AXES = NONE SCALE = NONE, YMIN = 0 YMAX = &max FILL = 0.5 FACET YZ DENSITY &yvar / HEIGHT = 4IN WIDTH = 4IN XREV AXES = LEFT, SCALE = LEFT YMIN = 0 YMAX = &max FILL = 0.5 END '3D Border Displays' FACET DEPTH TOKEN