Re: [Matplotlib-users] Figure with pyQt

2009-01-16 Thread projetmbc
Title: Flashmail Thanks a lot. That's a real good example.   Regards. C.   >Take a look at the matplotlib widgets example referenced below. It >uses mpl widgets rather than qt widgets, but it should make clear the >logic of updating plot properties connected to callbacks > >http://matplotlib.sv

Re: [Matplotlib-users] Figure with pyQt

2009-01-16 Thread John Hunter
On Fri, Jan 16, 2009 at 9:40 AM, wrote: > That's great. I'm a real newbie with mpl and I would like to know how to > change figure after a PyQt-Event. > That's must be simple but I don't see how to do this. My idea would be for > example to show different kinds of draw like for example the sin fu

Re: [Matplotlib-users] Figure with pyQt

2009-01-16 Thread projetmbc
tion. The users just have to click on some button. This is only to understand the way mpl manage changes in the figure. If someone could helpme that would be greater than great. Regards. Christophe. Message d'origine >Date: Fri, 16 Jan 2009 07:00:07 -0800 (PST) >De: B Clowers

Re: [Matplotlib-users] Figure with pyQt

2009-01-16 Thread B Clowers
You'll have to excuse some of the comments in the code (it's in a constant state of revision), but this is a basic PyQt4/matplotlib widget that I use quite often and can be embedded using QtDesigner as well.  You'll obviously need PyQt4, Matplotlib, and Numpy to run it.  Of course mods can be m

Re: [Matplotlib-users] Figure with pyQt

2009-01-15 Thread projetmbc
>> Hello, >> I would like to see the following example >> http://matplotlib.sourceforge.net/examples/pylab_examples/ellipse_demo. ht >> mlusing the 2nd one >> http://matplotlib.sourceforge.net/examples/user_interfaces/

Re: [Matplotlib-users] Figure with pyQt

2009-01-15 Thread Darren Dale
On Thu, Jan 15, 2009 at 11:56 AM, wrote: > Hello, > I would like to see the following example > http://matplotlib.sourceforge.net/examples/pylab_examples/ellipse_demo.ht > mlusing > the 2nd one > http://matplotlib.sourc