python matplotlib画的直方图怎么加两条竖线做参考线?
关注者
3
被浏览
15,737
1 个回答
使用 plt.axvline 就好
e.g.
import numpy as np
import matplotlib.pyplot as plt