📜  xtick for axvline - Python 代码示例

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

代码示例1
ax.axvline(4.5, color='red')
ax.text(4.5, -.05, 'COG', color='red', transform=ax.get_xaxis_transform(),
            ha='center', va='top')