need some advice on x y plot

nephish at xit.net nephish at xit.net
Fri Oct 21 12:34:45 EDT 2005


ok, i tried something similar to what you posted.
a little simpler though.
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?




More information about the Python-list mailing list