in reply to Graph a file without using arrays

Hi, do you really need to process each individual sample from your input file? Will each sample be visually distinguishable in the output graph? E.g. cramming 15000 samples into an inch of a 300 dpi plot is overkill.

Depending on your demands, you might be able to reduce the input by averaging some samples before plotting, e.g. by means of a sliding window?