#6878: [with patch, needs work] allow the exclusion of points from the plot
range
-------------------------+--------------------------------------------------
Reporter: whuss | Owner: was
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.1.2
Component: graphics | Keywords: plot
Reviewer: | Author: whuss
Merged: |
-------------------------+--------------------------------------------------
Comment(by jason):
Very nice!
This line:
{{{
points = [e.right() for e in exclude.solve(v) if e.left() == v]
}}}
should also check that v is not in the right side. Alternatively, you
could use the solution_dict parameter to make sure you get a solution.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6878#comment:1>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---