Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to better plot elliptic curves over finite fields?

I'm trying to get an elliptic curve plot, but the points are too thick and the resolution too low. This makes the points stick together in a mess. The following code

E = EllipticCurve(GF(next_prime(20000)),[0,1])
E.plot()

results in this image(https:// imgur.com /a/ aMFpFXN). How can i make the points less thick/the resolution bigger?

How to better plot elliptic curves over finite fields?

I'm trying to get an elliptic curve plot, but the points are too thick and the resolution too low. This makes the points stick together in a mess. The following code

E = EllipticCurve(GF(next_prime(20000)),[0,1])
E.plot()

results in this image(https:// imgur.com /a/ aMFpFXN). imgur.com/a/aMFpFXN). How can i make the points less thick/the resolution bigger?