#13368: plot(x, xmax=1, xmin=-1) comes up empty
------------------------+---------------------------------------------------
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 following two plots
{{{
plot(x, xmin=1, xmax=-1)
plot(x).show(xmin=1, xmax=-1)
}}}
give different outputs. In particular, the plot comes up empty in the
former one. This seems to be a conscious decision taken in #5651. The main
line seems to be this line in `sage/plot/plot.py` and similar lines in
several other files.
{{{
G_kwds = Graphics._extract_kwds_for_show(kwds, ignore=['xmin',
'xmax'])
}}}
Is there a reason for this? Should this be "fixed?"
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13368>
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.