| 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)
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.