0byt3m1n1
Path:
C:
/
Users
/
Administrator
/
SYSTAT
/
SYSTAT_13
/
Gallery
/
[
Home
]
File: Stacked Bar.syc
REM This item was created using USVOTES, with DIVISION$ as the, X-variable, and PEROT, CLINTON, and BUSH as the Y-variables. TOKEN TOKEN &message / TYPE = MESSAGE PROMPT = 'This item creates a stacked, bar graph. Your data file must contain a categorical variable for, use on the X-axis.' TOKEN &xvar / TYPE = VARIABLE PROMPT = 'Select a categorical, X-variable.' IMMEDIATE TOKEN &yvars / TYPE = MULTIVAR PROMPT = 'Select the Y-variable(s).', IMMEDIATE BAR &yvars * &xvar / STACK XLAB = ' ' TOKEN