#11973: list_plot of a nearly constant sequence fails
-----------------------------------------+----------------------------------
Reporter: ddrake | Owner: jason, was
Type: defect | Status: new
Priority: minor | Milestone: sage-5.1
Component: graphics | Resolution:
Keywords: list_plot, matplotlib | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
-----------------------------------------+----------------------------------
Changes (by dsm):
* milestone: => sage-5.1
Comment:
I think we can bump this up:
{{{
import pylab
pylab.plot([0, 1], [0, 1e-14])
pylab.savefig("works.png")
pylab.close()
pylab.plot([0, 1], [1, 1+1e-14])
pylab.savefig("fails.png")
pylab.close()
}}}
reproduces the problem.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11973#comment:8>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.