Agregue la línea vertical al gráfico horizontal
#assume the rest of the code as been written
ax.axvline(x=150000, ymin=0.045, c='grey', alpha=0.5)
rudythealchemist
#assume the rest of the code as been written
ax.axvline(x=150000, ymin=0.045, c='grey', alpha=0.5)