Matplotlib - Real-World Visualization Patterns
Find the mistake in this dashboard layout code:
fig, axs = plt.subplots(1, 3)
for i in range(4):
axs[i].plot([1, 2, 3], [3, 2, 1])