# Matplotlib compatibility patch for Pyodide
import matplotlib
if not hasattr(matplotlib.RcParams, "_get"):
matplotlib.RcParams._get = dict.get
Homework deadline lesson Friday October 11th#
As a preparation for Friday’s lesson you’ll look into the Force method for frames, or more specifically ‘hoekveranderingsvergelijkingen’ with moveable nodes:
Please go through the topics which you can improve your skills on. Take at least a look at the examples and try a few exercises. During the lesson you’ll make some advanced exercises.