TIL/MacOS
[MacOS] ๋งฅ ์ฃผํผํฐ์์ ํ๊ธ ๊นจ์ง ๋
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