[Matplotlib-users] problems finding the right Tcl/Tk to go with Python 2.6

2009-11-12 Thread Dan Klinglesmith
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

[Matplotlib-users] strip charts using matplotlib

2009-10-27 Thread Dan Klinglesmith
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

[Matplotlib-users] how do I get past show()

2009-08-14 Thread Dan Klinglesmith
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