El Saturday 17 November 2007 Vince Fulco escribió:
> Dear Pytable experts-
>
> 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.
>
> Thanks much.

Hi Vince,

I supose that you have to decide first the plotting package you are going to 
use. One option would be to use the wx plotting capabilities (if any, I know 
nearly nothing about WX). Other option would be to use an external package. 
If you choose matplotlib the following page may be of interest for you:

http://www.scipy.org/Matplotlib_figure_in_a_wx_panel

If you decide to use PyQt instead of WX for developing your GUI, matplotlib is 
still an option and the following link could be useful:

http://www.scipy.org/Cookbook/Matplotlib/Qt_with_IPython_and_Designer

but also interesting could be the packages PyQwt and Veusz. There is an 
example of embedding a Veusz window in your application here:

http://home.gna.org/veusz/examples/embedexample.py

Hope this helps.


-- 
::

 \ /    Vicent Mas      http://www.carabos.com
 0;0    
/   \   Cárabos Coop.   Enjoy Data
V   V
 " "

-------------------------------------------------------------------------
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