#18368: (complex) plot should ignore unsigned infinity value
------------------------+----------------------------
   Reporter:  kcrisman  |            Owner:
       Type:  defect    |           Status:  new
   Priority:  minor     |        Milestone:  sage-6.7
  Component:  graphics  |         Keywords:
  Merged in:            |          Authors:
  Reviewers:            |  Report Upstream:  N/A
Work issues:            |           Branch:
     Commit:            |     Dependencies:
   Stopgaps:            |
------------------------+----------------------------
 So the Riemann zeta function has an unsigned infinity.
 {{{
 sage: sig = .01
 sage: end = 30
 sage:
 
complex_plot(zeta,(0,1),(0.01,end),aspect_ratio=1/end)+line([(sig,0),(sig,end)],linestyle='--')
 Launched png viewer for Graphics object consisting of 2 graphics
 primitives
 sage:
 
complex_plot(zeta,(0,1),(0,end),aspect_ratio=1/end)+line([(sig,0),(sig,end)],linestyle='--')
 ValueError: unsigned infinity cannot be represented in a float
 }}}
 This should not prevent it from plotting in `complex_plot`, especially
 since it plots fine in one variable at that point (asymptote shows up
 etc.).

--
Ticket URL: <http://trac.sagemath.org/ticket/18368>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to