Mostafa Razavi wrote:
> Basically, my problem is that there are a set of points given and I
> should calculate and draw a cubic spline that interpolates them. My
> instructor has suggested using Matlab, but I don't have it, and I don't
> know how to use it. Besides, I always prefer Python, if p
John Hunter wrote:
> On Tue, Jan 27, 2009 at 12:44 PM, Mostafa Razavi wrote:
>
>> At http://www.scipy.org/Cookbook/Matplotlib/SigmoidalFunctions I read
>> that matplotlib supports drawing arbitrary paths with splines, but the
>> functionality hasn't been exposed to the user. Can anyone tell me
On Tue, Jan 27, 2009 at 12:44 PM, Mostafa Razavi wrote:
> At http://www.scipy.org/Cookbook/Matplotlib/SigmoidalFunctions I read
> that matplotlib supports drawing arbitrary paths with splines, but the
> functionality hasn't been exposed to the user. Can anyone tell me how I
> can use this function
At http://www.scipy.org/Cookbook/Matplotlib/SigmoidalFunctions I read
that matplotlib supports drawing arbitrary paths with splines, but the
functionality hasn't been exposed to the user. Can anyone tell me how I
can use this functionality? I tried searching the source code for
"spline," but I