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 is 1.0.0 - $Revision: 8503 $
my numpy version is 1.5.0.dev8469
my OS is Windows Vista 64

Thank you very much for any help.

Cheers,


--
Ademir Francisco da Silva
Hello again ...,

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.

But I have another important question for all of you..., recently I have changed my Python's version from 2.6.5 to 2.7 and since I did it my widgets.Cursor and widgets.Button do not work, so anyone have a idea about this behavior to tell me, please ???

Further information ...
My code is the same and before it works fine but now it just not works ..., just take a look in the excerpt of my code below ...

widgets.Cursor( axe, useblit = True, color = self.cor[ 477 ][ 1 ], lw = 2 )
widgets.Button( pyplot.axes( [ .91, .1, .08, .06 ] ), self.textName[ 19 ],
color = self.cor[ 403 ][ 1 ], hovercolor = self.cor[ 46 ][ 1 ] ).\
                        on_clicked( self.button_12Click )

How may I fix it, please ???


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/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to