Vince Fulco (el 2007-11-17 a les 09:41:48 -0500) va dir::

> I am in the earliest stage of building a customized (but fairly
> simple) daily use GUI to draw data out of Pytables on the fly.  Since
> I am new to WX and Pytables, would welcome any great examples/sources
> people might know.

Hi Vince.  Do you mean extracting data from PyTables files?  Then I'd
recommend that you had a look a the PyTables tutorial in the Users'
Manual at http://www.pytables.org/docs/manual/.  Since you can read data
in NumPy, Numeric, numarray or Python flavors you should have no problem
in passing read data to other components.

If you intend to create plots from PyTables-stored data, Matplotlib_
seems to be quite handy since it supports NumPy and it is written in
Python.  I don't know how it would integrate with a WX app, I guess
you'd better ask WX people for a recommended plotting package.

.. _Matplotlib: http://matplotlib.sourceforge.net/

Good luck,

::

        Ivan Vilata i Balaguer   >qo<   http://www.carabos.com/
               Cárabos Coop. V.  V  V   Enjoy Data
                                  ""

Attachment: signature.asc
Description: Digital signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to