Re: Linear nterpolation in 3D

2010-07-28 Thread Chris Rebert
On Wed, Jul 28, 2010 at 9:57 AM, hardi wrote: > Hi, > > I'm trying to interpolate a 3D data (from the pic attached) with the > interp2d command. What I have, are three vectors f, z, A (x, y, z > respectively, A is the percentage data given on the isolines). I first put > the f and z in a meshgrid

Linear nterpolation in 3D

2010-07-28 Thread hardi
) ax.set_ylim3d(min(z), max(z)) ax.set_zlim3d(0,100) plt.show() http://old.nabble.com/file/p29288748/novo-error.pdf novo-error.pdf -- View this message in context: http://old.nabble.com/Linear-nterpolation-in-3D-tp29288748p29288748.html Sent from the Python - python-list mailing list archi