amplitude of peaks not shown correctly

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.

Best regards,
Miguel

example.py (241 Bytes)

1342194686-WBS (41.7 KB)

plot.pdf (17.3 KB)

plot-sampled.pdf (10.3 KB)

This is a known bug which is fixed in svn. You need to set

path.simplify : False

in your matplotlibrc http://matplotlib.sourceforge.net/users/customizing.html

ยทยทยท

On Sun, Apr 25, 2010 at 1:09 PM, Miguel de Val Borro <miguel.deval@...149...> 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.