我只想要一条水平虚线。如果我正在使用,pyplot.plot()我会添加参数,'-'但我正在使用axes.Axes.axhline(),它似乎没有将其识别为参数,并且我找不到在文档中指定它的方法。
pyplot.plot()
'-'
axes.Axes.axhline()
python matplotlib line
line ×1
matplotlib ×1
python ×1