>>>>> "Jan" == Jan Rienyer Gadil <[EMAIL PROTECTED]> writes:
Jan> could anyone please help me! what and how is the best
Jan> implementation of creating a table based on data coming from
Jan> the serial port ? and also how would i be able to create
Jan> graphs (2D) based on these data?
Jan> opinions and suggestion are most highly welcome. thanks.
matplotlib can handle most kinds of 2D plots -- it even has a table
command for including simple tabular data in your graph
http://matplotlib.sourceforge.net/screenshots.html#table_demo
so for heavy duty tables you'll probably want to use a GUI widget.
JDH
--
http://mail.python.org/mailman/listinfo/python-list