vlines
datetime
plt.axvline(x_position)
It takes the standard plot formatting options (linestlye, color, ect)
linestlye
color
(doc)
If you have a reference to your axes object:
axes
ax.axvline(x, color='k', linestyle='--')
1.4m articles
1.4m replys
5 comments
57.0k users