From 34dbade03c8cce905a1cb773bf5f63d2195488ad Mon Sep 17 00:00:00 2001 From: Bowy La Riviere <b.m.lariviere@student.tudelft.nl> Date: Sun, 17 Jan 2021 19:11:50 +0000 Subject: [PATCH] Update 2_debye_model_solutions.md --- src/2_debye_model_solutions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/2_debye_model_solutions.md b/src/2_debye_model_solutions.md index 841680e3..0a792e2a 100644 --- a/src/2_debye_model_solutions.md +++ b/src/2_debye_model_solutions.md @@ -13,7 +13,7 @@ jupyter: --- ```python tags=["initialize"] -from matplotlib import pyplot +from matplotlib import pyplot as plt from mpl_toolkits.axes_grid1 import make_axes_locatable import numpy as np -- GitLab