0byt3m1n1
Path:
C:
/
Users
/
Administrator
/
SYSTAT
/
SYSTAT_13
/
Gallery
/
[
Home
]
File: Bubble Plot.syc
REM This item was created using OURWORLD, with POP_1990 as the bubble, variable, URBAN as the X-variable, and MCDONALD as the Y-variable. TOKEN TOKEN &message / TYPE = MESSAGE PROMPT = 'This item creates a bubble, plot, where the size of the bubble is determined by the, values of a bubble variable.' TOKEN &bubblevariable / TYPE = VARIABLE PROMPT = 'Select a bubble, variable.' IMMEDIATE TOKEN &xvar / TYPE = VARIABLE PROMPT = 'Select an X-variable.' IMMEDIATE TOKEN &yvar / TYPE = VARIABLE PROMPT = 'Select a Y-variable.' IMMEDIATE STAND &bubblevariable / RANGE PLOT &yvar * &xvar / SIZE = &bubblevariable SYMBOL = 1 FILL = 1 YLOG, LEGEND = NONE TICK = INDENT TOKEN