https://bugs.kde.org/show_bug.cgi?id=359927
--- Comment #1 from Filipe Saraiva <filipe@kde.org> ---
Hello Simone, I can not to reproduce this bug. Please, can you verify if you
have this bug yet?
I run the follow commands:
x = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
from matplotlib import pylab
pylab.clf()
pylab.plot(x)
pylab.show()
--
You are receiving this mail because:
You reported the bug.