Re: [Matplotlib-users] Where is the widgets ...???

2010-10-05 Thread John Hunter
On Mon, Oct 4, 2010 at 10:46 AM, Ademir Francisco da Silva ademirfs_...@inteligweb.com.br wrote: Hi John ..., I hope everything goes well ... ( This message is only for you ... ) I have decided to wrote this email to know if you have been working in widget module ..., as you know by 2

[Matplotlib-users] Where is the widgets ...???

2010-07-11 Thread Ademir Francisco da Silva
Hi all ..., Anyone may tell me what happend with the /widgets/ in the matplotlib??? Before it is here ..., from matplotlib import widgets but now it is vanished ..., or where it is ??? Further informations ... my matplotlib version is 1.0.0 - $Revision: 8503 $ my numpy version is

Re: [Matplotlib-users] Where is the widgets ...???

2010-07-11 Thread Ademir Francisco da Silva
Em 11/07/2010 12:22, Ademir Francisco da Silva escreveu: Hi all ..., Anyone may tell me what happend with the /widgets/ in the matplotlib??? Before it is here ..., from matplotlib import widgets but now it is vanished ..., or where it is ??? Further informations ... my matplotlib version

Re: [Matplotlib-users] Where is the widgets ...???

2010-07-11 Thread John Hunter
On Sun, Jul 11, 2010 at 11:15 AM, Ademir Francisco da Silva Case closed. Finally I find it..., but for my success I have taken off the #  of the  #interactive  : False  on the line #37 from this file matplotlib\\mpl-data\\matplotlibrc  and everything works fine now. I don't think this flag

Re: [Matplotlib-users] Where is the widgets ...???

2010-07-11 Thread Ademir Francisco da Silva
Em 11/07/2010 13:56, John Hunter escreveu: On Sun, Jul 11, 2010 at 11:15 AM, Ademir Francisco da Silva Case closed. Finally I find it..., but for my success I have taken off the # of the #interactive : False on the line #37 from this file matplotlib\\mpl-data\\matplotlibrc and everything

Re: [Matplotlib-users] Where is the widgets ...???

2010-07-11 Thread Christoph Gohlke
Again, please post a complete free-standing example that replicates the problem, otherwise we can not help you. The binaries you are using are as close to any later official binaries as possible at this point and they pass all the example tests for the agg, cairo, and pdf backends. Christoph