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
'TIL > MacOS' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[MacOS] Error: homebrew-core is a shallow clone (0) | 2021.12.26 |
---|---|
[MacOS] sudo: service: command not found (0) | 2021.01.25 |
Python ๊ฐ์ํ๊ฒฝ ๊ตฌ์ถ (0) | 2020.08.03 |
mac OS ์ python3 ์ค์น (0) | 2020.08.03 |