in reply to Re: GD::GRAPH:linespoints problem
in thread GD::GRAPH:linespoints problem

Think of an array of data, that's updated with each iteration. The initial dataset is plotted. The program moves to the second dataset; all the values are updated EXCEPT for the graph portion, which retains the values from the initial dataset --- Thus, the initial dataset is repeatedly plotted Once again, I am able to print iterated datasets thanks

Replies are listed 'Best First'.
Re^3: GD::GRAPH:linespoints problem
by Joost (Canon) on Mar 03, 2007 at 00:09 UTC
      I just saw that and thought that I'd missed it initially. Let me take a close look at it and see how it's different or similar to what I'm trying to do. It would please me to no end to find that the bug is in my code. thanks