#6895: Detect discontinuities when plotting the ceil function
-------------------------+--------------------------------------------------
Reporter: nbonifas | Owner: was
Type: enhancement | Status: new
Priority: minor | Milestone: sage-wishlist
Component: graphics | Keywords:
Reviewer: | Author:
Merged: |
-------------------------+--------------------------------------------------
Comment(by whuss):
''detect_poles'' is only meant for the case when the left/right side
limits of the function are +/-Infinity.
It was never intended to detect other discontinuities.
But ticket #6878 implements something like this. It does not automatically
detect the discontinuities but
lets you specify which points to exclude from the plot.
The following would have the effect you want:
{{{
sage: plot(ceil(x), (x, 1, 10), exclude = [1..10])
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6895#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
-~----------~----~----~----~------~----~------~--~---