Re: [Numpy-discussion] Numpy interpolate: cut through 2D matrix

2012-03-01 Thread Vincent Schut
On 03/01/2012 12:35 PM, Pierre Barthelemy wrote: > Hello, > > for a data analysis tool i am programming, i need to plot a cut through > a 2D graph. I then have a 2D array, and the indices > start=(start_x,start_y) and stop=(stop_x,stop_y) that are the position > of the starting point and stop point

[Numpy-discussion] Numpy interpolate: cut through 2D matrix

2012-03-01 Thread Pierre Barthelemy
Hello, for a data analysis tool i am programming, i need to plot a cut through a 2D graph. I then have a 2D array, and the indices start=(start_x,start_y) and stop=(stop_x,stop_y) that are the position of the starting point and stop point of the cut. The code i programmed is placed on the bottom.