Re: [Matplotlib-users] curve fitting

2009-07-29 Thread Gökhan SEVER
Have you seen this? http://zunzun.com/ *"Online Curve Fitting and Surface Fitting Web Site*" On Wed, Jul 29, 2009 at 6:16 AM, Bala subramanian wrote: > Friends, > > I have to define two equations and fit my data on to it. could someone > please give me some example on how to do curve fitting u

Re: [Matplotlib-users] curve fitting

2009-07-29 Thread gaius hammond
Quoting Bala subramanian : > Friends, > > I have to define two equations and fit my data on to it. could someone > please give me some example on how to do curve fitting using matplotlib. http://docs.scipy.org/doc/numpy/reference/generated/numpy.polyfit.html (Matplotlib example at the bottom)

[Matplotlib-users] curve fitting

2009-07-29 Thread Bala subramanian
Friends, I have to define two equations and fit my data on to it. could someone please give me some example on how to do curve fitting using matplotlib. Thanks, Bala -- Let Crystal Reports handle the reporting - Free Crys

Re: [Matplotlib-users] Curve fitting ...

2008-02-11 Thread brett . mcsweeney
et cc Subject [Matplotlib-users] Curve fitting ... Hello there, I have a problem on curve fitting , would you please help me ?! I want to to develop a application that reads a text file with 2 columns of floating point data (as x and y) and performs a polynomial curve fit of the data at

[Matplotlib-users] Curve fitting ...

2008-02-11 Thread sa6113
Hello there, I have a problem on curve fitting , would you please help me ?! I want to to develop a application that reads a text file with 2 columns of floating point data (as x and y) and performs a polynomial curve fit of the data at the order specified by the end user and then provides the c