Quote from lolatency:
I use Python and R for data analysis. I was hoping someone out there had written something for Python, but there doesn't appear to be much. If that Dundas object can be used with COM or something, then maybe I can write a Python script to bind to those objects and render some things for me.
Any other suggestions out there?
probably the best realtime charting for python would be chacos
http://code.enthought.com/chaco/
more static charting would be this
http://matplotlib.sourceforge.net/
