https://bugs.kde.org/show_bug.cgi?id=345610
Filipe Saraiva <fil...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #1 from Filipe Saraiva <fil...@kde.org> --- This bug was solved some releases ago. Test with 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 are watching all bug changes.