#13732: Fix output of real data in matplotlib PDF backend
--------------------------+-------------------------------------------------
Reporter: john_perry | Owner: jason, was
Type: defect | Status: new
Priority: trivial | Milestone: sage-5.6
Component: graphics | Keywords: PDF, matplotlib, save, alpha
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
--------------------------+-------------------------------------------------
We want to fix the following error on sage 5.4. Given the input
{{{
sage: p = disk((0,0), 5, (0, pi/4), color='red')
sage: p += disk((0,0), 5, (pi/4, pi/2), color='red', alpha=0.5)
sage: p.save("test.pdf")
}}}
we get the error
{{{
TypeError: Don't know a PDF representation for <type
'sage.rings.real_mpfr.RealLiteral'> objects.
}}}
This can be fixed in the backend quite easily.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13732>
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.