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.
我需要制作一个非常简单的图像来说明基于用户输入的现金流量图。基本上,我只需要制作一个轴和一些向上和向下的箭头,并与现金流的价值成正比。我想知道如何用 matplot 做到这一点。
最好的工具可以是 matplotlib。您可以简单地将值存储在列表中,然后使用“ stem ”来绘制线条。然后您可以使用带有 triangle_up 和 triangle_down 的标记来显示箭头。
如果您只需要向上和向下的箭头,请使用 Unicode 箭头,例如“↑”和“↓”。如果在浏览器中渲染,这将非常简单。