Steve Schmerler wrote:
> Beha Online wrote:
>> I receive the following message when I import pylab with: "from pylab import 
>> *":
>>
>> /usr/lib64/python2.4/site-packages/matplotlib/numerix/__init__.py:67:
>> DeprecationWarning: Numeric use as a numerix backed for matplotlib is
>> deprecated
>> DeprecationWarning, stacklevel=1)
>>
> 
> In your ~/.matplotlib/matplotlibrc file set "numerix: numpy" in order to 
> use numpy. AFAIK, the support for Numeric and numarray will be dropped 
> sooner or later.
> 

Correct.  It has already been dropped in svn, so the next release will 
support only numpy.  The numerix module will still be present, so the 
change to numpy-only inside mpl should not break user code, provided the 
user has numpy installed.

Eric

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to