Re: Simple Interpolation in Numpy?

2007-02-08 Thread Hendrik van Rooyen
LAPI, VINCENT J, ATTLABS wrote: >Hi, >Please bear with me as I am new to Python and have not done any programming in about 20 years. I am >attempting to do a simple interpolation of a line's intermediate points given the x,y coordinates of the line's two >endpoints within an Active State Pytho

Re: Simple Interpolation in Numpy?

2007-02-08 Thread Steve Holden
LAPI, VINCENT J, ATTLABS wrote: > Hi, > Please bear with me as I am new to Python and have not done any > programming in about 20 years. I am attempting to do a simple > interpolation of a line's intermediate points given the x,y coordinates > of the line's two endpoints within an Active State

Simple Interpolation in Numpy?

2007-02-08 Thread LAPI, VINCENT J, ATTLABS
Hi, Please bear with me as I am new to Python and have not done any programming in about 20 years. I am attempting to do a simple interpolation of a line's intermediate points given the x,y coordinates of the line's two endpoints within an Active State Python script that I am working with. Is ther