#7808: Plots seem to be shifted up and to the left by one pixel or so
------------------------+---------------------------------------------------
Reporter: jason | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-4.4.4
Component: graphics | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by jason):
Actually, the above examples might just be due to the line width (the line
around the disk). Here is an example that again shows something really is
wrong:
{{{
p=line([[-1,0],[1,0]])+line([[0,-1],[0,1]],color='red')+line([[-1,-1],[1,1]],color='yellow')
p.show(figsize=20,dpi=300)
}}}
Zooming in very closely shows that the red and blue lines are perfect, but
the yellow line is shifted up or to the left or both (note the yellow
pixels in quadrant 2, but not in quadrant 4).
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7808#comment:4>
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.