#4384: Axes computation for constant function causes division by zero
--------------------------------------------+-------------------------------
Reporter: rbeezer | Owner: somebody
Type: defect | Status: closed
Priority: minor | Milestone: sage-4.1.2
Component: graphics | Resolution: fixed
Keywords: plot contant ZeroDivisionError | Reviewer:
Author: | Merged:
--------------------------------------------+-------------------------------
Changes (by mvngu):
* status: new => closed
* resolution: => fixed
Comment:
I can confirm this has been fixed:
{{{
[mv...@darkstar sage-4.1.2.alpha4]$ ./sage
----------------------------------------------------------------------
| Sage Version 4.1.2.alpha4, Release Date: 2009-09-27 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
**********************************************************************
* *
* Warning: this is a prerelease version, and it may be unstable. *
* *
**********************************************************************
sage: h=plot(sin(x)^2+cos(x)^2, -6, 6)
sage: show(h)
}}}
The resulting plot is attached. Closing this ticket as being fixed by
#5448.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4384#comment:11>
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
-~----------~----~----~----~------~----~------~--~---