#9199: plot(..., fill=False) still turns on filling
------------------------+---------------------------------------------------
Reporter: jason | Owner: jason, was
Type: defect | Status: needs_work
Priority: major | Milestone: sage-4.5.2
Component: graphics | Keywords: beginner
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Changes (by ryan):
* status: new => needs_work
Comment:
here is the patch that fixes the fill=False issue. It breaks fill=None
(however, fill=None isn't really that natural).
Interesting issue...when running the doctests for this patch, the doctest
timed out and then crashed.
---------------------------------------
Trying:
plot(x**Integer(3),(x,Integer(1),Integer(2))) # this one does not###line
2276:_sage_ >>> plot(x^3,(x,1,2)) # this one does not
Expecting nothing
*** *** Error: TIMED OUT! PROCESS KILLED! *** ***
*** *** Error: TIMED OUT! *** ***
[361.7 s]
---------------------------------------
when plotting this in sagenb, it works fine.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9199#comment:2>
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.