I have a very complicated formula that calculates some numbers that I want to plot. I tried putting them in an array and then tried to plot them like this: a[1]:23; a[2]:33; a[3]:77; plot2d(a[x],[x,1,3]); but this didn't work How should I do it?? Doug Stewart