A finite-field elliptic curve is a small set of exact residue pairs in this toy. The plot shows every accepted point.
highlighted = computed this step
Why the curve is finite
This curve is evaluated over a prime field, so x and y are residues modulo p. The plot marks every affine point the equation accepts.
y2=x3+ax+b(modp)
Pin the toy curve
Here p=17, a=2, and b=2.
p=17,a=2,b=2
Count the plotted points
The recomputed list has 18 affine points. The point at infinity is the group identity and is not an affine dot.
#E(Fp)affine=18
Summary
The plot is the exact point set for the toy curve. NOTE: toy-modulus; no-side-channel; no-production; never-roll-your-own. Exact point arithmetic over a deliberately tiny prime field; real ECC uses about 256-bit curves such as Curve25519 in reviewed protocols.