맷플롯립 설정 추가

This commit is contained in:
Haesun Park
2018-03-29 10:36:44 +09:00
parent 65fc67fc03
commit b3bdcd1881

View File

@@ -78,6 +78,7 @@
"\n",
"# 한글출력\n",
"matplotlib.rc('font', family='NanumBarunGothic')\n",
"plt.rcParams['axes.unicode_minus'] = False\n",
"\n",
"# 그림을 저장할 폴드\n",
"PROJECT_ROOT_DIR = \".\"\n",