Graph and Table implementation

John Hunter jdhunter at ace.bsd.uchicago.edu
Fri Jan 21 16:00:08 EST 2005


>>>>> "Jan" == Jan Rienyer Gadil <jrlen97 at gmail.com> 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



More information about the Python-list mailing list