[EMAIL PROTECTED] 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to