matplot lib set limit code example Example: create limit using matplotlib axes = plt.gca() axes.set_xlim([xmin,xmax]) axes.set_ylim([ymin,ymax])