#13340: log scale plot fails if xmin > xmax
------------------------+---------------------------------------------------
Reporter: ppurka | Owner: jason, was
Type: defect | Status: new
Priority: major | Milestone: sage-5.3
Component: graphics | Keywords:
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
------------------------+---------------------------------------------------
The summary. The problem is a simply a missing `abs()` function. Example:
{{{
plot(x,1,10).show(scale='loglog', xmin=10, xmax=1)
File "/home/punarbasu/Installations/sage-5.2.trac/local/lib/python2.7
/site-packages/sage/plot/graphics.py", line 1972, in
_matplotlib_tick_formatter
raise ValueError('Either expand the range of the independent '
ValueError: Either expand the range of the independent variable to allow
two different integer powers of your `base`, or change your `base` to a
smaller number.
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13340>
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.