Re: [Matplotlib-users] Would RectBivariateSpline work for me? Other ideas?

2011-12-24 Thread Brad Malone
> > . My ygrid values are also ordered smallest to lowest, although the > spacing as y is increased is much less uniform. > Sorry, of course I meant ygrid values are ordered smallest to highest... -- Write once. Port to ma

[Matplotlib-users] Would RectBivariateSpline work for me? Other ideas?

2011-12-24 Thread Brad Malone
Happy holidays everyone, I'm still working on getting these pcolormesh plots that I'm interested in. Basically I have a grid of data that is irregular but not random. My xgrid values are something similar to [0, 1, 2, 3, 4, 4.5, 5, 5.5, 6, 7, 8 ,9 , 10] to give you a sense. My ygrid values are als

[Matplotlib-users] Fixed width - axis equal *and* tight

2011-12-24 Thread Mario Fuest
Hi there, I want to examine a vector field and therefore i used "quiver" to visualize said field: > import numpy as np > import matplotlib.pyplot as plt > > # points > x, y = np.meshgrid(np.arange(0, 2*np.pi, 0.1), >np.arange(0, 1*np.pi, 0.1)) > # derivatives > dx = -2*np.sin