0byt3m1n1
Path:
C:
/
Users
/
Administrator
/
SYSTAT
/
SYSTAT_13
/
Gallery
/
[
Home
]
File: Horizontal Bars.syc
REM This item was created using BIGWORLD, with BIRTH_RT as the, Y-variable and GOV$ as the X-variable. TOKEN TOKEN &message / TYPE = MESSAGE PROMPT = 'This item creates a horizontal, bar chart.' TOKEN &yvariable / TYPE = VARIABLE PROMPT = 'Select a Y-variable (to be, displayed on the horizontal axis).' IMMEDIATE TOKEN &yaxislabel / TYPE = STRING PROMPT = 'Enter a label for the, Y-variable.' IMMEDIATE TOKEN &xvariable / TYPE = VARIABLE PROMPT = 'Select an X-variable (to be, displayed on the vertical axis).' IMMEDIATE TOKEN &xaxislabel / TYPE = STRING PROMPT = 'Enter a label for the, X-variable.' IMMEDIATE BAR &yvariable * &xvariable / XLABEL = "&xaxislabel", YLABEL = "&yaxislabel" XGRID YGRID, TRANSPOSE XREV TOKEN