Установить ось ограничивает Matplotlib
axes.set_xlim([xmin, xmax])
axes.set_ylim([ymin, ymax])
Worried Wolf
axes.set_xlim([xmin, xmax])
axes.set_ylim([ymin, ymax])
from matplotlib import pyplot as plt
plt.axis([0, 10, 0, 20])