On Sat, May 3, 2008 at 3:11 AM, sa6113 <[EMAIL PROTECTED]> wrote:
>
>  Dear All,
>
>  I have a problem using polyfit with a degree greater than 118 :
>
>  The code is :
>  matplotlib.mlab.polyfit(  x,  y,  pow ) # pow is degree of polynomial
>
>  for pow in range 118 and  238 the error is :
>  LinAlgError, 'singular martix'
>
>  and for pow greater than 237 this error raise :
>  OverflowError : math range error

matplotlib.mlab.polyfit is deprecated (and is a thin wrapper to
numpy.polyfit in the current implementation).  Please direct polyfit
questions and problems to the numpy list.

JDH

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to