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

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

2010-07-11 Thread Ademir Francisco da Silva
.dev8469 my OS is Windows Vista 64 Thank you very much for any help. Cheers, -- Ademir Francisco da Silva -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com

Re: [Matplotlib-users] How can I solve this ... ??? II

2010-07-03 Thread Ademir Francisco da Silva
sition 5: ordinal not in range(128) Thank you very much for your prompt aid, Ademir Francisco da Silva Em 03/07/2010 19:05, Ryan May escreveu: On Sat, Jul 3, 2010 at 4:12 PM, Ademir Francisco da Silva wrote: excerpt of may code is ... fig.suptitle( "LotoFácil", fontsize

[Matplotlib-users] How can I solve this ... ??? II

2010-07-03 Thread Ademir Francisco da Silva
sition 5: ordinal not in range(128) excerpt of may code is ... fig.suptitle( "LotoFácil", fontsize = self.fon[ 6 ][ 1 ], fontweight = "extra bold", fontstyle = "italic", color = self.cor[ 608 ][ 1 ], lod = True ) The problem

[Matplotlib-users] How can I solve this ... ???

2010-07-03 Thread Ademir Francisco da Silva
pyplot.show() def button_12Click( self, e = None ):pyplot.close( "all" ) I have tried to use this /self.Master.update_idletasks()/ with no sucess. Please aid me to find a solution. Thank you very much. -- Ademir Francisco da Silva