📜  向水平图添加垂直线 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:30.692000             🧑  作者: Mango

代码示例1
#assume the rest of the code as been written
ax.axvline(x=150000, ymin=0.045, c='grey', alpha=0.5)