in reply to Graph a file without using arrays
It is pretty easy to create a graph yourself using GDs drawing primitives, as you read the file, though you would need to make two passes through the file. The first to calculate minimums & maximums so you know how to scale the data.
But still the problem remains. If there are so many values that loading them into ram is a problem, then plotting them all on a single graph will either result in graph so dense it is unreadable, or so large that the image size itself could be a memory problem.
Without you saying
There's really not a lot anyone can do to help.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Graph a file without using arrays
by ITmajor (Beadle) on Sep 22, 2008 at 18:57 UTC | |
by BrowserUk (Patriarch) on Sep 22, 2008 at 20:33 UTC | |
by ITmajor (Beadle) on Sep 23, 2008 at 17:12 UTC | |
by BrowserUk (Patriarch) on Sep 23, 2008 at 17:26 UTC | |
by ITmajor (Beadle) on Sep 25, 2008 at 14:37 UTC |