Skip to content

Commit a763a85

Browse files
committed
matplotlit korean
1 parent 49d9b1a commit a763a85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_posts/2020-08-04-matplotlib_korean_recog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ comments: true
110110
5. 사용하기
111111
112112
matplotlib에 원하는 폰트를 설정하는 코드는 여러 가지가 있지만 그 중 하나를 소개합니다.
113+
113114
```
114115
import matplotlib.pyplot as plt
115116
from matplotlib import rc
116-
rc('font', family="[폰트 이름]")
117+
rc('font', family="[폰트 이름]")
118+
```

0 commit comments

Comments
 (0)