파이썬/문법
파이썬 python matplotlib 한글 폰트(font) 맥(mac)
hanshow113
2021. 12. 29. 15:41
import seaborn as sns
import matplotlib.pyplot as plt
from matplotlib import rc
rc('font', family='AppleGothic')
plt.rcParams['axes.unicode_minus'] = False
