#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: |
------------------------+---------------------------------------------------
Comment(by ryan):
well...about sage -t. Every doctest I run crashes (they all time out and
then crash at about 360 seconds). It even crashes with my sage-main
branch (which is my clean sage 4.5.1). It's strange because with my last
patch, the doctests work fine. I'll try undoing the changes and see it
changes anything.
As far as handling fill both False and None, not anything big.
just need to change
{{{
if fill is not False:
to
if fill is not False and fill is not None:
}}}
I originally had it the second way, but I removed in the hopes that it
would fix the doctest crashes (it didn't).
I'll add it back as soon as I get back to my sage computer.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9199#comment:5>
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.