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 > >

Re: [matplotlib-devel] Dendrogram

2007-05-23 Thread Andrew Straw
Timothy wrote: > Please let me know if there is a > better way to submit the code. > Hi Timothy, If you make it into a complete example that plots something, send it as an attachment to the list (so their are no line-break issues), I will commit it into the examples directory. From there, we c