|
From: Steve S. <el...@gm...> - 2007-06-25 11:26:06
|
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. -- cheers, steve Random number generation is the art of producing pure gibberish as quickly as possible. |