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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to