Re: [matplotlib-devel] corner artifacts

2007-05-24 Thread Fernando Perez
On 5/24/07, John Hunter <[EMAIL PROTECTED]> wrote: > It turned out to be an easy fix. I was experimenting with even-odd > and non-zero filling rules when I was working on polygon clipping and > left a setting turned on that I did not mean to. Problem fixed in > svn. Great, thanks. Works perfec

Re: [matplotlib-devel] corner artifacts

2007-05-24 Thread John Hunter
On 5/24/07, John Hunter <[EMAIL PROTECTED]> wrote: > On 5/24/07, John Hunter <[EMAIL PROTECTED]> wrote: > > > > svn up src/_backend_agg.h -r3254 > > > svn up src/_backend_agg.cpp -r3254 > > Oops, make that revision 3092 OK, just ignore me :-) It turned out to be an easy fix. I was experiment

Re: [matplotlib-devel] corner artifacts

2007-05-24 Thread John Hunter
On 5/24/07, John Hunter <[EMAIL PROTECTED]> wrote: > > svn up src/_backend_agg.h -r3254 > > svn up src/_backend_agg.cpp -r3254 Oops, make that revision 3092 - This SF.net email is sponsored by DB2 Express Download DB2 Ex

Re: [matplotlib-devel] corner artifacts

2007-05-24 Thread John Hunter
On 5/23/07, Fernando Perez <[EMAIL PROTECTED]> wrote: > Fortunately for me, the generated EPS don't have the problem (it's a > pure Agg bug), so I'm OK for the final output. But it's really > annoying on screen. My plots have tons of nearly retracing lines on > them, and they look atrociously ba

Re: [matplotlib-devel] corner artifacts

2007-05-23 Thread Fernando Perez
On 5/23/07, John Hunter <[EMAIL PROTECTED]> wrote: > I seem to be getting some corner artifacts when using *Agg that I > haven't seen before. Anyone else seeing something strange and any > idea why? Glad you wrote this, I was about to. I noticed them only recently, and they're driving me nuts.

Re: [matplotlib-devel] corner artifacts

2007-05-23 Thread Glen W. Mabey
On Wed, May 23, 2007 at 03:15:45PM -0500, John Hunter wrote: > I seem to be getting some corner artifacts when using *Agg that I > haven't seen before. Anyone else seeing something strange and any > idea why? I started seeing them with the QtAgg backend when I updated the svn version I was using.

Re: [matplotlib-devel] corner artifacts

2007-05-23 Thread Jeff Whitaker
John Hunter wrote: > I seem to be getting some corner artifacts when using *Agg that I > haven't seen before. Anyone else seeing something strange and any > idea why? > > import numpy > > from pylab import figure, show > > t = numpy.arange(0.0, 1.0, 0.1) > s = numpy.ones(len(t), dtype=numpy.float_

Re: [matplotlib-devel] corner artifacts

2007-05-23 Thread Tom Holroyd (NIH/NIMH) [E]
Works for me, python 2.4, matplotlib 0.90.0, .matplotlibrc: numerix: numpy backend: GTKAgg even with lw=20 John Hunter wrote: > I seem to be getting some corner artifacts when using *Agg that I > haven't seen before. Anyone else seeing something strange and any > idea why? > > import numpy > >