jttoivon / x

0 stars 2 forks source link

week 3 matplotlib, subfigures #7

Closed mattikan closed 5 years ago

mattikan commented 5 years ago

The text says you should use plt.subfigures, but the code shown below uses plt.subplots.

jttoivon commented 5 years ago

Well spotted! I changed plt.subfigures to plt.subplots.