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 轴的最大值)。白线实际上代表了一个障碍。
无论如何,我不知道这些白线的名称,或者一般的图表的名称!
我有 scipy 软件套件。
解决了。只需添加另一个使用“--”线型的 x 和 y 轴。我的功能最终是这样的:
x1.append(stepid) y1.append(danger) x2.append(stepid) y2.append(dlimit) x3.append(stepid) y3.append(dlimit)