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