I've run into a case where the rendering in a line plot is incomplete
and some lines are not drawn at all. I submitted a question to
matplotlib-users with the same subject. Eric Firing responded that
this is a manifestation of the "infamous path simplification" bug,
which should be fixed in svn.
On Sun, Apr 25, 2010 at 1:09 PM, Miguel de Val Borro
wrote:
> Hello,
>
> The amplitude of sharp peaks is not shown correctly when several plots
> are stitched together and the x scale becomes very large. I have
> noticed this problem with the pdf and png backends in the attached
> script.
This i
Thanks. I can confirm this with today's SVN. I'm looking into the cause.
Mike
On 04/25/2010 07:11 PM, Tom Aldcroft wrote:
> import numpy
> import matplotlib
> matplotlib.use('Agg')
> import matplotlib.pyplot as plt
>
> y = numpy.array([
> 4., 2., 2., 3., 3., 2., 2., 6., 6., 5., 5., 4., 4.,
>
I'm noticing that SVN r8269 is failing a great number of regression
tests -- with pretty major things like the number of digits in the
formatter being different. The buildbot seems to be getting the same
failures I am, but I don't see any buildbot e-mails since Wednesday.
Does anyone know the
Michael Droettboom wrote:
> I'm noticing that SVN r8269 is failing a great number of regression
> tests -- with pretty major things like the number of digits in the
> formatter being different. The buildbot seems to be getting the same
> failures I am, but I don't see any buildbot e-mails since
Michael Droettboom wrote:
> I'm noticing that SVN r8269 is failing a great number of regression
> tests -- with pretty major things like the number of digits in the
> formatter being different. The buildbot seems to be getting the same
> failures I am, but I don't see any buildbot e-mails since
On 04/26/2010 02:37 PM, Eric Firing wrote:
> Michael Droettboom wrote:
>> I'm noticing that SVN r8269 is failing a great number of regression
>> tests -- with pretty major things like the number of digits in the
>> formatter being different. The buildbot seems to be getting the same
>> failures
Michael Droettboom wrote:
> I'm noticing that SVN r8269 is failing a great number of regression
> tests -- with pretty major things like the number of digits in the
> formatter being different. The buildbot seems to be getting the same
> failures I am, but I don't see any buildbot e-mails since