Advanced Matplotlib#

Before solving these exercises you should have read Matplotlib.

Cycloids#

Create a never ending animation which plots a curve in the following way: the pen is rotating around a center, which itself rotates around the origin. Use different radiuses and rotation speeds for both rotations.

Solution:

# your solution