Lecture 4 : Data visualization with Python (Correction)

November, 2021 - François HU

Master of Science - EPITA

This lecture is available here: https://curiousml.github.io/

Exercice 1

Exercice 2

Exercice 3

Remark: ax3[0] = ax1 or ax3[1] = ax2 does not work because the Axes cannot be copied (deepcopy will fail as well). Therefore a more sophisticated solution is needed for "deep" copying the Axes (to be updated).