On Mon, Feb 6, 2012 at 2:34 PM, Charles R Harris
wrote:
> Use Polynomial.fit, it tracks the domain for you. Want to use Legendre
> functions? Use Legendre.fit. Want to plot the result? plot(*p.linspace()),
> want to plot the derivative? plot(*p.deriv().linspace()). Want to convert a
> Legendre ser
2012/2/6 Stéfan van der Walt
> Hi all,
>
> I noticed the following docstring on ``np.polynomial.polyval``:
>
> In [116]: np.polynomial.polyval?
> File: /home/stefan/src/numpy/numpy/lib/utils.py
> Definition: np.polynomial.polyval(*args, **kwds)
> Docstring:
> `polyval` is deprecated!
> Plea
Hi all,
I noticed the following docstring on ``np.polynomial.polyval``:
In [116]: np.polynomial.polyval?
File: /home/stefan/src/numpy/numpy/lib/utils.py
Definition: np.polynomial.polyval(*args, **kwds)
Docstring:
`polyval` is deprecated!
Please import polyval from numpy.polynomial.polynomia