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?