To follow up, I should point out the problem seems to be in
parametric_plot and the pure imaginary points like exp(i*pi/2)
specifically, as
sage: parametric_plot( (real(x*exp(i*pi/2)),imag(x*exp(i*pi/2))),0,10)
causes the same problem, even though
sage: [(float(real(x*exp(i*pi/2))),float(imag(x*exp(i*pi/2)))) for x
in [0..10]]
[(0.0, 0.0), (0.0, 1.0), (0.0, 2.0), (0.0, 3.0), (0.0, 4.0), (0.0,
5.0),
(0.0, 6.0), (0.0, 7.0), (0.0, 8.0), (0.0, 9.0), (0.0, 10.0)]
Sorry if the first example obscures anything.
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to