Graphing Need Help
[Prev][Next][Index][Thread]
Graphing Need Help
For: Tina Bishop
Here are two programs that may help:
0->A
Prompt Temp
Temp->B
For(x,5,288,5)
x->C
Prompt Temp
Temp->D
Line(A,B,C,D)
Pause
C->A
D->B
End
0->X:0->Y
1->COUNT
For(x,0,25,5)
x->X(COUNT)
Prompt Temp
Temp->Y(COUNT)
1+COUNT->COUNT
End
xyline X,Y
The first will plot line segments as you enter your data.
The second plots after all the data is entered, this personally
I would recomend, since both your X and Y data sets have been
saved for future work.
Good Luck
Gary wardall