#10291: Plots are changing if showed multiple times
------------------------+---------------------------------------------------
Reporter: novoselt | Owner: jason, was
Type: defect | Status: new
Priority: major | Milestone:
Component: graphics | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Run the following in Sage-4.6 Notebook:
{{{
p = polygon2d([(1,0), (1,1), (0,1), (0,0)])
for i in range(10):
p
}}}
Every time the rectangle gets smaller and smaller.
It looks to me like `axes_pad` is computed again and again and adding
`axes_pad=0` indeed solves the problem. But I don't know much about
plotting framework, so I will be happy is someone else fixes it.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10291>
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.