#15000: numbers on axis not precise enough in a plot, list_plot, etc.
-------------------------+-------------------------------------------------
Reporter: dkrenn | Owner:
Type: defect | Status: new
Priority: major | Milestone: sage-5.12
Component: graphics | Keywords: plot list_plot axis numbers
Merged in: | labels
Reviewers: | Authors:
Work issues: | Report Upstream: N/A
Dependencies: | Branch:
| Stopgaps:
-------------------------+-------------------------------------------------
{{{
plot(exp(-x)+0.123, (10,40))
}}}
gives a plot, where the numbers on the y-axis vary between {{{1.23e-1}}}
and {{{1.23e-1}}}, which means five times the same number.
The same happens with
{{{
list_plot([(k,exp(-k)+0.123) for k in [10..40]])
}}}
If you want more, you can have it on the x-axis, too, e.g. with
{{{
plot(exp(-x)+0.123, (0.10001, 0.10002))
}}}
Note that in the previous example the numbers on the y-axis are
{{{1.028e}}} which is not a good notation, but this is already #7964.
--
Ticket URL: <http://trac.sagemath.org/ticket/15000>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.