From ca8091d23569546a5b312fc785ca8169abc4b8e5 Mon Sep 17 00:00:00 2001 From: Daniel Dylewsky Date: Mon, 24 Jan 2022 12:14:23 -0500 Subject: [PATCH] Fix matplotlib keyword arguments in accordance with deprecation of case-insensitive properties in 3.3 --- CH01/CH01_SEC04_3_Housing.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CH01/CH01_SEC04_3_Housing.ipynb b/CH01/CH01_SEC04_3_Housing.ipynb index 29a2e57..ba827f6 100644 --- a/CH01/CH01_SEC04_3_Housing.ipynb +++ b/CH01/CH01_SEC04_3_Housing.ipynb @@ -122,7 +122,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.5" + "version": "3.8.5" } }, "nbformat": 4,