matplot 標題、圖例、設置中文顯示

from matplotlib import pyplot as plt, font_manager # 字體實例對象 my_font=font_manager.FontProperties(fname="C:\Windows\Fonts\simhei.ttf",size=7.0) # 氣溫 x=range(0,120) # 時間 y_1=[rand
相關文章
相關標籤/搜索