Hello,
I wanted to call attention to Trac #4303, which I just opened, in the
hopes that the right person to fix it will see it. It has to do with
the color of plotted points.
>
> From the docstring for point2d, the following works fine:
>
> sage: p = point(((0.5, 0.5), (1, 2), (0.5, 0.9), (-1,-1
I am encountering something strange with sage 2.5.3
sage: E=EllipticCurve([-1,0])
sage: P=plot(E)
sage: show(P)
# result looks fine
save(P,filename="y^2=x^3-x.png")
# the saved image shows only the right branch...
# confirmed with kview and gimp
I don't even understand how that is possible. I wo