> I know wxPython or PyQt seems way to go on this issue. But (there is
> always this but :) there is Chaco on the Enthought side and with
> nicely and simply integration with Traits and Traits UI.
> 
> Are there anybody in the group that design a similar tool for their
> scientific data analysis needs? Could I get some insight into this?
> Any recommendations or pointers? Why's and why not's?

You can integrate matplotlib plots into a Traits app. I wrote this
recipe:

http://www.scipy.org/Cookbook/EmbeddingInTraitsGUI

Both Chaco and Matplotlib are excellent. If you want multiple
interactive elements in your plot (drag-able labels, cursors etc.),
Chaco is probably the best bet. However, for quick data-exploration
apps, I find matplotlib quicker to set up (it's defaults "just work",
whereas Chaco takes a bit more preparation).

Either way, Traits is indispensable.

BC

> 
> Thank you
> 
> Gökhan
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensign option that enables unlimited
> royalty-free distribution of the report engine for externally facing 
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________ Matplotlib-users mailing list 
> Matplotlib-users@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users



------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to