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