`set_ylim` has no effect when using plt.axis('equal'): ``` plt.plot((.1, .3)) plt.axis('equal') plt.gca().set_ylim(.1, .2) ```