Make excellent egg shapes.
It can be installed from command - line using pip:
pip install eggcellent
from eggcellent import egg
import matplotlib.pyplot as plt
plt.scatter([0, 1], [0, 1], marker=None, verts=egg, s=200)
from eggcellent import make_egg
egg = make_egg(a=2, b=3)
The egg equation is:
r = cos(2θ) + a * cos(θ) + b