Hi, I`ve used EasyCalc for tracking measurenents and to plot a graph of the measured point quickly. This is my solution:
Let b=list(1:2:3:4 ... ) whatever you want
Graph :
Y1 = b[round(x)]
and the linear Regr. of the List
linreg(range(dim(b)):b)
paste the output as function in Graph Y2
if nessisary "x"could be scaled to needs, but the points are allways equidistant...
Do you have an Idea to plot pairs like P1(x1:y1), P2(x2:y2), P3(x3:y3) ...
or with pairs of (x:y) use the functional option for graph...
maybe it helps somebody - Billi25
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I`ve used EasyCalc for tracking measurenents and to plot a graph of the measured point quickly. This is my solution:
Let b=list(1:2:3:4 ... ) whatever you want
Graph :
Y1 = b[round(x)]
and the linear Regr. of the List
linreg(range(dim(b)):b)
paste the output as function in Graph Y2
if nessisary "x"could be scaled to needs, but the points are allways equidistant...
Do you have an Idea to plot pairs like P1(x1:y1), P2(x2:y2), P3(x3:y3) ...
or with pairs of (x:y) use the functional option for graph...
maybe it helps somebody - Billi25