摘要: 1 # coding=utf-8 2 from matplotlib import pyplot as plt 3 x = range(2,26,2) 4 y = [15,13,14.5,17,20,25,26,26,27,22,18,15] 5 #设置图片大小 6 #figure(num=None 阅读全文