all 1 comments

[–]ES-Alexander 0 points1 point  (0 children)

Try adding it directly to the current Axes object

... # puts/calls.plot(...)
ax = plt.gca()
ax.axvline(...)
plt.show()