From 293e2cc21381431f0abfde179d07f325d0de8882 Mon Sep 17 00:00:00 2001 From: Haesun Park Date: Thu, 29 Mar 2018 10:37:28 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A7=B7=ED=94=8C=EB=A1=AF=EB=A6=BD=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03_classification.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/03_classification.ipynb b/03_classification.ipynb index ff127c8..160d972 100644 --- a/03_classification.ipynb +++ b/03_classification.ipynb @@ -74,6 +74,7 @@ "\n", "# 한글출력\n", "matplotlib.rc('font', family='NanumBarunGothic')\n", + "plt.rcParams['axes.unicode_minus'] = False\n", "\n", "# 그림을 저장할 폴드\n", "PROJECT_ROOT_DIR = \".\"\n",