This demonstrates what a finite field elliptic curve looks like.
The curve formula is: y2 = x3 + a x + b
. The 'ab-check' should be non-zero for a valid curve.
The lines are generated by starting at an arbitrary point, and keep adding it to itself.