import matplotlib.pyplot as plt plt.rcParams['font.sans-serif']=['SimHei'] # 用於顯示中文plt.rcParams['axes.unicode_minus'] = False # 用於 ...
確定! 回上一頁