We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
我个人使用 matplotlib 并且对此非常满意。
I'm personally using matplotlib and am very happy with it.
Matplotlib 和 Gnuplot.py 是流行的选择。我都用过。
Matplotlib and Gnuplot.py are popular choices. I've used both.
对于客户端图表 打开 Flash 图表 或 Google 图表工具。
For client-side charts Open Flash Chart or Google Charts Tools.
我使用 matplotlib 来绘制实验数据已有大约 3 年了。在我使用 Excel 之前,这真是一件痛苦的事。从那时起我就对 matplotlib 很满意。它很棒而且非常强大。
I've been using matplotlib for about 3 years now to plot experimental data. Before I was using Excel and that was just a pain. I've been happy with matplotlib ever since. It's great and very powerful.
有 pychart 或 PyCha,这两个我都没有使用过,但自己一直在考虑。
There is pychart or PyCha, both of which I have not used but have been considering myself.
这取决于您想要的图表类型,
大多数时候,我使用 matplotlib,但有时pydot 很好。
在处理巨大的图形时,各种布局算法对我很有帮助
It depends on the kind of graph you want,
most of the time, i'm using matplotlib but sometimespydot is good.
The various layout algorithms are good for me when dealing with huge graphs