TIL/MacOS

[MacOS] ๋งฅ ์ฃผํ”ผํ„ฐ์—์„œ ํ•œ๊ธ€ ๊นจ์งˆ ๋•Œ

inistory 2020. 10. 21. 11:19

import matplotlib.pyplot as plt
from matplotlib import rc
import seaborn as sns
%matplotlib inline

#๋งฅ์—์„œ ํ•œ๊ธ€ ์•ˆ๊นจ์ง€๊ฒŒ
rc('font', family='AppleGothic')

plt.rcParams['axes.unicode_minus'] = False