python在图中画一条垂直线(matplotlib)

matplotlib.pyplot.axvline

https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.axvline.html?highlight=axvline#matplotlib.pyplot.axvline

用法:

plt.axvline(x, color='r', linestyle='--', label='xxx')
plt.legend()

python在图中画一条垂直线(matplotlib)_第1张图片

你可能感兴趣的:(matplotlib)