Re: [Matplotlib-users] Using matplotlib in Qt4/Qt4 Designer

2008-08-06 Thread B Clowers
PROTECTED]> Subject: Re: [Matplotlib-users] Using matplotlib in Qt4/Qt4 Designer To: [EMAIL PROTECTED] Date: Wednesday, August 6, 2008, 4:46 PM Actually, I have another question. The toolbar will be very nice to have. Is it easy to make it work again? I am using the newest matplotlib. Ewald O

Re: [Matplotlib-users] Using matplotlib in Qt4/Qt4 Designer

2008-08-06 Thread B Clowers
ion of matplotlib you may have to uncomment some of the code and remove some of the arguments that locate the toolbar in the ui.  --- On Wed, 8/6/08, Ewald Zietsman <[EMAIL PROTECTED]> wrote: From: Ewald Zietsman <[EMAIL PROTECTED]> Subject: Re: [Matplotlib-users] Using matplotlib in Qt

Re: [Matplotlib-users] Using matplotlib in Qt4/Qt4 Designer

2008-08-05 Thread B Clowers
find some time (Currently, I'm using v 0.91 I believe).  Good luck. Cheers, Brian --- On Tue, 8/5/08, Ewald Zietsman <[EMAIL PROTECTED]> wrote: From: Ewald Zietsman <[EMAIL PROTECTED]> Subject: [Matplotlib-users] Using matplotlib in Qt4/Qt4 Designer To: matplotlib-users@list

Re: [Matplotlib-users] Using matplotlib in Qt4/Qt4 Designer

2008-08-05 Thread Jonathan Helmus
I've never worked with qt (only wx) but have you checked out the qt embedding examples in the /examples/user_interfaces/ directory? Should be a good start. There is also http://www.scipy.org/Cookbook/Matplotlib/Qt_with_IPython_and_Designer from the matplotlib cookbook which seems to address e

[Matplotlib-users] Using matplotlib in Qt4/Qt4 Designer

2008-08-05 Thread Ewald Zietsman
Hi All, I'd like to use a matplotlib widget in a GUI app I'm working on. I have tried qwt but I know matplotlib a lot better and would like to use it instead. Is there anybody who have done this before? More specifically, does anyone know how to add a matplotlib widget as a custom widget in qt4 de