Ask Your Question

Revision history [back]

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.

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)