Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 python 图中插入水平线的 Y 值。我的情节如下所示。我想要显示的值是 Y= 1.035 处的实线黑线,所以基本上我希望它显示 1.035 就在 y 轴上的 1.0 上方。我怎么能这样做?谢谢。
尝试用这两点绘制一条线:
x = 0, y = 1.035 x = 90, y = 1.035