Python设置matplotlib.plot的坐标轴刻度间隔以及刻度范围 一、用默认设置绘制折线图importmatplotlib.pyplotaspltx_values=list(range(11))#x轴的数字是0到10这11个 python设置matplotlib.plot坐标轴刻度