charting

bwaha cfriedl at bigpond.net.au
Thu Apr 20 06:51:45 EDT 2006


"Gary Wessle" <phddas at yahoo.com> wrote in message
news:87zmigheo9.fsf at localhost.localdomain...
> Dear python users
>
> I am just wondering if python is the language to use to build a custom
> charting package which is live updated from live data stream coming
> through  a socket. as well as dynamically execute data analysis code
> on the data being fed. I have been looking at SpecTix.
>
> thank you

can't help much with the details but have you checked out the matplotlib
library? http://matplotlib.sourceforge.net/ Its an excellent python plotting
library. As I recall there's a sample to do with realtime updating of data
from an ECG.

As for whether python is the language to use ... fwiw ... if you're a
programmer then it is a no brainer to use, has a wealth of library support
and has a fantastic community to help you out ... and if your not a
programmer .... need I say more.

bwaha





More information about the Python-list mailing list