#10889: make text not give bounding box info if axis_coords is True
-------------------------------+--------------------------------------------
Reporter: jason | Owner: jason, was
Type: defect | Status: needs_info
Priority: major | Milestone: sage-4.7
Component: graphics | Keywords:
Author: Jason Grout | Upstream: N/A
Reviewer: Sébastien Labbé | Merged:
Work_issues: |
-------------------------------+--------------------------------------------
Comment(by jason):
I would suggest that we add an option to use "Figure" coordinates rather
than axes coordinates for placing something outside of the axes bounding
box. In the code, we could easily use transFigure instead of transAxes (I
think that's correct).
I think it's a bug that using axes coordinates lets you place something
outside of the axes (or rather, I think it let you place something outside
of the current axes, and then it maybe adjusted the axes to fit what you
had??)
Maybe a more comprehensive option would be:
text('Evolution', (0.5, .2), coords='axes') or text('Evolution', (0.5,
.2), coords='figure')
which would specify the transAxes or transFigure transformation to
matplotlib.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10889#comment:3>
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.