If you have the data in a table all you need is to split the table
into the X and Y parts (using the index array function) and then, if
needed, convert the value to a numeric (the timestamp might e.g. need
to be converted from a text string to number of seconds since...(?)).
Now with one array of X values and one with Y values bundle the two
arrays (X first, Y next) and feed it to the XY graph.

Reply via email to