#5649: plot doesn't work when x-range too small
----------------------+-----------------------------------------------------
 Reporter:  was       |       Owner:  was       
     Type:  defect    |      Status:  new       
 Priority:  major     |   Milestone:  sage-3.4.1
Component:  graphics  |    Keywords:            
----------------------+-----------------------------------------------------
 {{{
 How about:

 plot(P(6.403124+x), 0, 0.00001) -> okay
 plot(P(6.403124+x), 0, 0.000001) -> tick marks on both axes are
 missing
 plot(P(6.403124+x), 0, 0.0000001) -> IndexError: list index out of
 range
 plot(P(x), 0, 0.0001) -> ZeroDivisionError: float division

 This doesn't look too good...
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5649>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to