是否有用于绘制图表的Python API(使用线条连接两个列表之间的相应值)

发布于 2024-12-06 04:16:23 字数 1539 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

糖粟与秋泊 2024-12-13 04:16:23

一般的图形描述格式 DOT 对我来说似乎是最合适的:它很容易描述一个巨大的变化使用这种(文本)格式的图表,您可以使用多种可用工具之一来绘制它们(Graphviz< /a> 浮现在脑海中,因为 例子)。

您还可以使用专门的 python-graph 模块(它可以与也是 DOT 格式)。

The general graph description format DOT seems the most appropriate to me: it is easy to describe a huge variety of graphs, with this (text) format, and you can plot them with one of the many tools available (Graphviz comes to mind, for example).

You also have the specialized python-graph module at your disposal (which can work with the DOT format too).

佞臣 2024-12-13 04:16:23

使用 python,您有很多选择,请参阅此处了解更多信息。我会推荐 matplotlib
看一下这个示例

With python you have many options, see here for more. I would recommend matplotlib,
take a look at this example.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文