코딩코딩코딩

맥(mac) python matplotlib 한글 본문

파이썬/문법

맥(mac) python matplotlib 한글

hanshow113 2022. 1. 7. 16:10
import matplotlib.pyplot as plt
from matplotlib import rc
rc('font', family='AppleGothic')
plt.rcParams['axes.unicode_minus'] = False
Comments