📜  mathplotlib 限制 x 轴 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:04.572000             🧑  作者: Mango

代码示例1
ax = plt.gca()
ax.set_xlim([xmin, xmax])
ax.set_ylim([ymin, ymax])