Easiest ways to generate graphs from Python? [clos

2019-06-17 14:36发布

I'm using Python to process CSV files filled with data that I want to run calculations on, and then graph. I'm looking for a library to use that I can send processed CSV information to, or a dict of some sort, and then choose different graphing styles with.

Does anyone have any recommendations?

6条回答
Bombasti
2楼-- · 2019-06-17 14:43

I'm personally using matplotlib and am very happy with it.

查看更多
手持菜刀,她持情操
3楼-- · 2019-06-17 14:47

For client-side charts Open Flash Chart or Google Charts Tools.

查看更多
ら.Afraid
4楼-- · 2019-06-17 14:48

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

查看更多
唯我独甜
5楼-- · 2019-06-17 14:48

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

查看更多
贪生不怕死
6楼-- · 2019-06-17 14:52

Matplotlib and Gnuplot.py are popular choices. I've used both.

查看更多
Explosion°爆炸
7楼-- · 2019-06-17 15:08

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.

查看更多
登录 后发表回答