#9611: Truncated numbers on axes in plotting
------------------------+---------------------------------------------------
Reporter: kcrisman | Owner: jason, was
Type: defect | Status: new
Priority: major | Milestone: sage-4.5.2
Component: graphics | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Reported by Henryk Trappmann on sage-support:
{{{
Take for example the following code:
sage: f = {0:1}
sage: for n in range(100): f[n+1] = sqrt(2.0)**f[n]
sage: line([(n,f[n]) for n in range(50,100)])
Then on the y-Axis every tick number is "2e" except the topmost is
"2".
One can not distinguish y values by their displayed numbers.
Another plot issue:
If you change the aspect ratio, then the displayed numbers (i.e. the
font) get also scaled, and makes it often unreadable.
This can be seen with this code:
sage: l=line([(1,0.5),(2,0.6)])
sage: l.set_aspect_ratio(1)
sage: l
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9611>
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.