Circle diagram

270 calculator bytes

This is not a game, but a useful tool. It lets you select a list and turn it into a circle diagram. Negative numbers are shown in the diagram as well as positive.

Updated 15 december

-> means right arrow.
=> means the right arrow in the "jump" menu.
\= means the “not equal to” symbol.

“LIST”?->L
ClrGraph
Deg
GridOff
AxesOff
LabelOff
G-Connect
BG-None
ViewWindow -6.3,6.3,1,-3.1,3.1,1,0,360,10
Text 3,3,”WAIT...”
L=1=>List 1
L=2=>List 2
L=3=>List 3
L=4=>List 4
L=5=>List 5
L=6=>List 6
Sum Abs List Ans->C
Dim List Ans->A
0->G
Graph r=3
F-Line 0,0,0,3
For 1->N To A
List Ans[N]->B
Abs B/C*360+G->G
3sin H->P
3cos H->Q
F-Line 0,0,P,Q
Next
Text 3,3,” 7 spaces “


To home page

To the top