need some advice on x y plot

Kent Johnson kent37 at tds.net
Fri Oct 21 13:33:11 EDT 2005


nephish at xit.net wrote:
> i am running a query on a database and making a list of time, value
> pairs
> kinda like this
> plot_points = ([time, value], [time, value], [time, value])
> gnuplot complains that it needs a float for one of the values.
> i can plot just the value, and it shows up ( no x value found)
> 
> how should i proceed?

Convert one of the values to a float? What are your time and value numbers?

Kent



More information about the Python-list mailing list