[Python-modules-team] Bug#425153: python-matplotlib: Simple line plot with many points becomes scaled incorrectly

Sandro Tosi matrixhasu at gmail.com
Sun Jun 29 13:38:09 UTC 2008


tag 425153 + moreinfo
thanks

Hello Brian,
May you please give us a script to replicate this bug? I tried, with

>>> import matplotlib
>>> matplotlib.__version__
'0.98.1'

(the latest in sid) and the following script:

import matplotlib.pyplot as plt
from numpy import random
plt.plot(random.rand(500000), 'r.') ; plt.show()

(change 500000 at your convenience) and the graph is drawn correctly
(ok, half million points are a lot to be drawn for my 19" screen, so
it's almost all red).

If you can't provide any examples, I think I'm going to close this bug.

Kindly,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi





More information about the Python-modules-team mailing list