I have installed Python 2.6.4 and matplotlib-0.99.1 on my windows machine (XP).
When trying to use Tkinter I get an error message that says it can not find
the right version of Tcl.
Where can I find the right binaries to load on my windows machine?
cheers, Dan
Daniel A. Klinglesmith III
Mag
Can someone give me examples of generating a strip chart type of display that
will display 1800 data points and update once per second?
cheers, Dan
Daniel A. Klinglesmith III
Magdalena Ridge Observatory
New Mexico Tech
(575) 835-6802
-
I am writing a python script that is a continuous running script in which I
want to update a weather data plot. In other words I am collecting weather
data (temperature, RH, winds, etc) on a regular basis and want to update a plot
of the last 24 hours worth of data.
I can make the plots but ca