Matplotlib简单技巧 2020-11-11 本文已影响0人 盗花 设置坐标轴范围 plt.axis([0, 300, 0, 200]) 设置y轴刻度反向 currentAxis = plt.gca() currentAxis.invert_yaxis()