Re: [Matplotlib-users] Drawing Splines

2009-01-28 Thread João Luís Silva
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

Re: [Matplotlib-users] Drawing Splines

2009-01-28 Thread Mostafa Razavi
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

Re: [Matplotlib-users] Drawing Splines

2009-01-27 Thread John Hunter
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

[Matplotlib-users] Drawing Splines

2009-01-27 Thread Mostafa Razavi
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