Scale axis width=1 and height=1
Hello,
I would like to scale the y-axis or the x-axis, so that the grid consists of squares with width=1 and also height=1. Because if i draw elliptic curves, it will deform them. Thank you very much!
Edit: apparently the code is
p3=plot(EllipticCurve([0,0,0,-3.141592654,1.414213562]), color='black', gridlines='true')
show(p3)
p3.axes_labels(['x','y'])
p3.save('ec1.pdf')