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
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)
I would recommend using "pylab.load" for reading the data. For example:
x, y = pylab.load("filename", unpack=True) # with other options as
required
sa6113 <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
09/02/2008 07:34 PM
To
matplotlib-users@lists.sourceforge.net
cc
Subject
[Matplotlib-