7

我正在使用 Python 处理 CSV 文件,其中填充了我想要运行计算的数据,然后绘制图表。我正在寻找一个可以使用的库,我可以将处理后的 CSV 信息或某种字典发送到,然后选择不同的图形样式。

有人有什么建议吗?

4

6 回答 6

10

我个人使用matplotlib并且对它非常满意。

于 2010-03-26T13:51:12.713 回答
7

MatplotlibGnuplot.py是流行的选择。我都用过。

于 2010-03-26T13:52:43.520 回答
4

对于客户端图表打开 Flash ChartGoogle Charts Tools

于 2010-03-26T14:01:09.553 回答
3

我已经使用matplotlib大约 3 年来绘制实验数据。在我使用 Excel 之前,那只是一种痛苦。从那以后,我一直对 matplotlib 感到满意。它很棒而且非常强大。

于 2010-03-26T13:55:06.497 回答
1

There is pychart or PyCha, both of which I have not used but have been considering myself.

于 2010-03-26T14:04:04.893 回答
1

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

于 2010-03-26T14:05:07.277 回答