Code to reproduce: ``` import matplotlib.pyplot as plt ax = plt.axes(yscale='log') ax.axvline(1) plt.show() ```