atur batas sumbu matplotlib
axes.set_xlim([xmin, xmax])
axes.set_ylim([ymin, ymax])
Worried Wolf
axes.set_xlim([xmin, xmax])
axes.set_ylim([ymin, ymax])
plt.xlim(0, 100)
axes = plt.gca()
axes.set_xlim([xmin,xmax])
axes.set_ylim([ymin,ymax])