[matplotlib-devel] Incomplete rendering of line plot

2010-04-26 Thread Tom Aldcroft
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.

Re: [matplotlib-devel] amplitude of peaks not shown correctly

2010-04-26 Thread John Hunter
On Sun, Apr 25, 2010 at 1:09 PM, Miguel de Val Borro miguel.de...@gmail.com 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

Re: [matplotlib-devel] Incomplete rendering of line plot

2010-04-26 Thread Michael Droettboom
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., 7.,

[matplotlib-devel] Regression tests failing?

2010-04-26 Thread Michael Droettboom
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

Re: [matplotlib-devel] Regression tests failing?

2010-04-26 Thread Eric Firing
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

Re: [matplotlib-devel] Regression tests failing?

2010-04-26 Thread Michael Droettboom
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 I am,

Re: [matplotlib-devel] Regression tests failing?

2010-04-26 Thread Eric Firing
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