0byt3m1n1
Path:
C:
/
Users
/
Administrator
/
SYSTAT
/
SYSTAT_13
/
Gallery
/
[
Home
]
File: Global Map with Contour.syc
REM This item was created using BIGWORLD, with BABYMORT as the plotted, variable, tick value 10, longitude rotation 0 degrees, and latitude, rotation 0 degrees. TOKEN TOKEN &message / TYPE = MESSAGE PROMPT = 'This item creates a global map, with a contour plot overlay. It requires a map file. , You will be prompted to choose a variable and tick, value, as well as the longitude and latitude rotation, of the globe.' TOKEN &spherevar / TYPE = NVARIABLE PROMPT = 'Select a variable for the, plot.' IMMEDIATE TOKEN &sphereztick / TYPE = INTEGER PROMPT = 'Enter a tick value (1-20), to determine the number of intervals.' IMMEDIATE TOKEN &sphererot1 / TYPE = NUMBER PROMPT = 'Enter longitude rotation, (0-360 deg.).' IMMEDIATE TOKEN &sphererot2 / TYPE = NUMBER PROMPT = 'Enter latitude rotation, (0-360 deg.).' IMMEDIATE BEGIN EYE &sphererot1, &sphererot2 / SPHERE MAP / SPHERE FILL = 1 COLOR = 3 PLOT &spherevar * lablat * lablon / SPHERE CONTOUR SIZE = 0, ZTICK = &sphereztick END EYE TOKEN