1 | initial version |
It would be easier to help with your exact code.
When you use the plot
function (or method), you can pass the option aspect_ratio=1
.
2 | No.2 Revision |
It would be easier to help with your exact code.
When you use the plot
function (or method), you can pass the option aspect_ratio=1
.
EDIT: in your concrete example, you can do:
sage: p3=plot(EllipticCurve([0,0,0,-3.141592654,1.414213562]), color='black', gridlines='true', aspect_ratio=1)