matplotlib--------簡單的折線圖之x軸y軸刻度

  import matplotlib.pyplot as plt from  matplotlib import font_manager import random plt.figure(figsize=(20,8),dpi = 80) # 設置figure,dpi x = range(2,26,2)  y = [random.randint(15,30) for i in x ]  c =[
相關文章
相關標籤/搜索