From 2d7aec0b59aa77b7c5cfe9881171244ef18cd010 Mon Sep 17 00:00:00 2001 From: mmcky Date: Fri, 23 Oct 2020 14:21:16 +1100 Subject: [PATCH] [debugging] Update figure size] --- lectures/debugging.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lectures/debugging.md b/lectures/debugging.md index f9683b3c..fcff099e 100644 --- a/lectures/debugging.md +++ b/lectures/debugging.md @@ -50,9 +50,10 @@ Here we'll focus on Jupyter and leave you to explore other settings. We'll need the following imports ```{code-cell} ipython +%matplotlib inline import numpy as np import matplotlib.pyplot as plt -%matplotlib inline +plt.rcParams['figure.figsize'] = (10,6) ``` ## Debugging