| Summary: | Cantor crashed when using python pylab | ||
|---|---|---|---|
| Product: | [Applications] cantor | Reporter: | raul <frtorres1> |
| Component: | python2-backend | Assignee: | Filipe Saraiva <filipe> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | alexanderrieder, filipe |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 0.5 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
raul
2015-03-28 11:11:42 UTC
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() |