Re: [matplotlib-devel] Wind Barbs Full Patch

2008-07-20 Thread Ryan May
John Hunter wrote: > On Sat, Jul 19, 2008 at 11:09 PM, Ryan May <[EMAIL PROTECTED]> wrote: > >> The only issue I've seen is that scaling with PS is way too big. I've >> attached ps and pdf files from the same run to show the problem. > > The only thing I can think of is since you are using a ide

Re: [matplotlib-devel] Wind Barbs Full Patch

2008-07-20 Thread John Hunter
On Sat, Jul 19, 2008 at 11:09 PM, Ryan May <[EMAIL PROTECTED]> wrote: > The only issue I've seen is that scaling with PS is way too big. I've > attached ps and pdf files from the same run to show the problem. The only thing I can think of is since you are using a identity transform and drawing i

Re: [matplotlib-devel] offset_copy()

2008-07-20 Thread John Hunter
On Sun, Jul 20, 2008 at 3:44 PM, Ryan May <[EMAIL PROTECTED]> wrote: > I noticed that offset_copy() went away in the transforms rewrite and was > replaced with a trans + transfroms.Affine2D().translate(x,y). This > works fine for x,y in pixels. However, offset_copy would also let you > specify x

[matplotlib-devel] offset_copy()

2008-07-20 Thread Ryan May
Hi, I noticed that offset_copy() went away in the transforms rewrite and was replaced with a trans + transfroms.Affine2D().translate(x,y). This works fine for x,y in pixels. However, offset_copy would also let you specify x,y in points. How can I get that to work with the new transforms? Mo

Re: [matplotlib-devel] reverting changes to contour.py

2008-07-20 Thread Eric Firing
David M. Kaplan wrote: > Hi, > > Sorry about the problems. The labeling code is somewhat difficult to > understand and I was using label indices when I should have used level > indices (or vice-versa). I have a fix, but want to test it more before > committing. Let me know when is a good time t

Re: [matplotlib-devel] Progress on interactive backend detection

2008-07-20 Thread Gael Varoquaux
On Sat, Jul 19, 2008 at 03:42:27PM -0500, John Hunter wrote: > On Sat, Jul 19, 2008 at 1:05 AM, Gael Varoquaux > <[EMAIL PROTECTED]> wrote: > > It turns out it was only in the GTK backend, and quite trivial to > > correct. Attached is a new patch, including this correction. > Hey Gael, this is st

Re: [matplotlib-devel] reverting changes to contour.py

2008-07-20 Thread Sandro Tosi
Hi John & All > The only short term pressure for a point release is coming from > debian, because they are having some trouble with our last point > release. Because debian is an important platform, I want to get a > point release out that satisfies their problems ASAP, but not before > we are re

Re: [matplotlib-devel] reverting changes to contour.py

2008-07-20 Thread David M. Kaplan
Hi, Sorry about the problems. The labeling code is somewhat difficult to understand and I was using label indices when I should have used level indices (or vice-versa). I have a fix, but want to test it more before committing. Let me know when is a good time to do it so that I don't mess up a r