Re: [Matplotlib-users] square plots with linear equal axes -- help

2009-07-24 Thread plankton
kbkb wrote: > > Hi > This should be so simple, but I have been struggling for a long time > trying to create a square plot of exact dimensions (so a series of them > can be overlaid later), with x and y axis limits identical and set by me > (preferably without the plot limits updating automatica

Re: [Matplotlib-users] griddata returns nan

2009-07-23 Thread plankton
plankton wrote: > > Greetings all, > > I rotate a vector field and than I tried to interpolate it to a new grid > using griddata. > > CODE: > > x_grid_unique = unique(x_grid) > y_grid_unique = unique(y_grid) > x_meshgrid, y_me

[Matplotlib-users] griddata returns nan

2009-07-19 Thread plankton
Greetings all, I rotate a vector field and than I tried to interpolate it to a new grid using griddata. CODE: x_grid_unique = unique(x_grid) y_grid_unique = unique(y_grid) x_meshgrid, y_meshgrid = meshgrid(x_grid_unique, y_grid_unique) x_rot_meshgrid = reshap